summaryrefslogtreecommitdiff
path: root/source3/include
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/include
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/include')
-rw-r--r--source3/include/smb.h6
1 files changed, 0 insertions, 6 deletions
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;