summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-05-06 11:23:03 +0200
committerChristof Schmitt <cs@samba.org>2014-01-06 13:27:05 -0700
commit84d8b2b01324433f7d0861042c53ffcb57dc3ccf (patch)
treea6c9ff34459776b61e9585529766bd5db273e0a9 /source3/librpc/idl
parent168db8b9d29ebf7e59377204ea0886b7ff281f27 (diff)
downloadsamba-84d8b2b01324433f7d0861042c53ffcb57dc3ccf.tar.gz
smbd: Make "num_children" available by smbcontrol
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Christof Schmit <cs@samba.org>
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/messaging.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl
index 583eaf019b9..9405d53133f 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -92,6 +92,10 @@ interface messaging
/* shutdown connection for given client */
MSG_SMB_KILL_CLIENT_IP = 0x0316,
+ /* Tell number of child processes */
+ MSG_SMB_TELL_NUM_CHILDREN = 0x0317,
+ MSG_SMB_NUM_CHILDREN = 0x0318,
+
/* winbind messages */
MSG_WINBIND_FINISHED = 0x0401,
MSG_WINBIND_FORGET_STATE = 0x0402,