From 78582da8b57120d0f1a86577d1f8df1d553769bc Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Dec 2011 15:23:08 +0100 Subject: s3:smbd/server: maintain the list of child processes under smbd_parent_context metze --- source3/smbd/globals.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/smbd/globals.h') 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; -- cgit