summaryrefslogtreecommitdiff
path: root/source3/lib/server_prefork.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-05-09 04:51:47 -0400
committerAndreas Schneider <asn@samba.org>2011-08-10 18:14:03 +0200
commit567ca037866e188142ddc4533324e80080e93b81 (patch)
tree3ebd111f6ba2aeb088473403c6b02505784bc058 /source3/lib/server_prefork.h
parentafc4dda7d078fb697ebfc36d021115007786c401 (diff)
downloadsamba-567ca037866e188142ddc4533324e80080e93b81.tar.gz
samba-567ca037866e188142ddc4533324e80080e93b81.tar.bz2
samba-567ca037866e188142ddc4533324e80080e93b81.zip
s3-prefork: provide means to expand the pool size
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/lib/server_prefork.h')
-rw-r--r--source3/lib/server_prefork.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/server_prefork.h b/source3/lib/server_prefork.h
index bf9f3d3fe7..19ba32dff0 100644
--- a/source3/lib/server_prefork.h
+++ b/source3/lib/server_prefork.h
@@ -61,6 +61,7 @@ bool prefork_create_pool(struct tevent_context *ev_ctx,
int min_children, int max_children,
prefork_main_fn_t *main_fn, void *private_data,
struct prefork_pool **pf_pool);
+int prefork_expand_pool(struct prefork_pool *pfp, int new_max);
int prefork_add_children(struct tevent_context *ev_ctx,
struct prefork_pool *pfp,