s3:smbd/server: maintain the list of child processes under smbd_parent_context
[kai/samba.git] / source3 / include / smb.h
index 8c521f8a584fa99855833b53f0242f79162e91d2..3451123dee190e4a4fd4c25d229db5790b456179 100644 (file)
@@ -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;