mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
s3-prefork: add a few more utility functions
Add a few util functions children side so that daemons do not have to care about properly setting num_clients and state. Let a common helper do it so that they are all consistent. Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
This commit is contained in:
@ -46,4 +46,7 @@ void pfh_manage_pool(struct tevent_context *ev_ctx,
|
||||
struct pf_daemon_config *cfg,
|
||||
struct prefork_pool *pool);
|
||||
|
||||
void pfh_client_terminated(struct pf_worker_data *pf);
|
||||
bool pfh_child_allowed_to_accept(struct pf_worker_data *pf);
|
||||
|
||||
#endif /* _SERVER_PREFORK_UTIL_H_ */
|
||||
|
Reference in New Issue
Block a user