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/include/smb.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 8c521f8a58..3451123dee 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1359,12 +1359,6 @@ struct smb_filename { SMB_STRUCT_STAT st; }; -/* struct for maintaining the child processes that get spawned from smbd */ -struct child_pid { - struct child_pid *prev, *next; - pid_t pid; -}; - /* Used to keep track of deferred opens. */ struct deferred_open_record; -- cgit