summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-12-13 15:23:08 +0100
committerStefan Metzmacher <metze@samba.org>2011-12-14 08:15:06 +0100
commit78582da8b57120d0f1a86577d1f8df1d553769bc (patch)
tree53781560065ea0b73630505d0464cb75102f3432 /source3/smbd/globals.h
parentdddaa52552d2e1288fa13f5c2206b183a4c4c032 (diff)
downloadsamba-78582da8b57120d0f1a86577d1f8df1d553769bc.tar.gz
samba-78582da8b57120d0f1a86577d1f8df1d553769bc.tar.bz2
samba-78582da8b57120d0f1a86577d1f8df1d553769bc.zip
s3:smbd/server: maintain the list of child processes under smbd_parent_context
metze
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 020e1bcdde..d5b2de76eb 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -117,9 +117,6 @@ struct smbd_parent_context;
extern struct smbd_parent_context *am_parent;
extern struct memcache *smbd_memcache_ctx;
extern bool exit_firsttime;
-struct child_pid;
-extern struct child_pid *children;
-extern int num_children;
struct tstream_context;
struct smbd_smb2_request;