diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-12-13 15:23:08 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-14 08:15:06 +0100 |
commit | 78582da8b57120d0f1a86577d1f8df1d553769bc (patch) | |
tree | 53781560065ea0b73630505d0464cb75102f3432 /source3/include | |
parent | dddaa52552d2e1288fa13f5c2206b183a4c4c032 (diff) | |
download | samba-78582da8b57120d0f1a86577d1f8df1d553769bc.tar.gz samba-78582da8b57120d0f1a86577d1f8df1d553769bc.tar.xz samba-78582da8b57120d0f1a86577d1f8df1d553769bc.zip |
s3:smbd/server: maintain the list of child processes under smbd_parent_context
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 8c521f8a584..3451123dee1 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; |