summaryrefslogtreecommitdiff
path: root/source3/lib/server_prefork.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-08-05 10:34:05 -0400
committerAndreas Schneider <asn@samba.org>2011-08-10 18:14:05 +0200
commitfa893e815ba538e2a28302bfc17a75fac9e7aaa4 (patch)
tree4c5d42b3a01968a696a9b4def95e3d4ec73b23a8 /source3/lib/server_prefork.h
parent0de09289ae20040c7c535f18ed7146b1513c5b7d (diff)
downloadsamba-fa893e815ba538e2a28302bfc17a75fac9e7aaa4.tar.gz
samba-fa893e815ba538e2a28302bfc17a75fac9e7aaa4.tar.bz2
samba-fa893e815ba538e2a28302bfc17a75fac9e7aaa4.zip
s3-prefork: Pass the child a child_id
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 d3ba919950..31ebe213bb 100644
--- a/source3/lib/server_prefork.h
+++ b/source3/lib/server_prefork.h
@@ -76,6 +76,7 @@ struct pf_worker_data {
typedef int (prefork_main_fn_t)(struct tevent_context *ev,
struct messaging_context *msg_ctx,
struct pf_worker_data *pf,
+ int child_id,
int listen_fd_size,
int *listen_fds,
int lock_fd,