summaryrefslogtreecommitdiffstats
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2013-03-15 15:06:41 +0100
committerChristof Schmitt <cs@samba.org>2013-12-12 10:50:59 -0700
commit4673b488c9a41bcc5ad85a52a38f3c27d4ef790a (patch)
tree2345dc2c80db361af17ae943aaf57f4b9ebe4354 /source3/librpc/idl
parent9acacb27ec54ef7d14ee095133cd43204535fea3 (diff)
downloadsamba-4673b488c9a41bcc5ad85a52a38f3c27d4ef790a.tar.gz
samba-4673b488c9a41bcc5ad85a52a38f3c27d4ef790a.tar.xz
samba-4673b488c9a41bcc5ad85a52a38f3c27d4ef790a.zip
s3:messaging add MSG_SMB_KILL_CLIENT_IP message
Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/messaging.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl
index 39532f0dd3d..583eaf019b9 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -89,6 +89,9 @@ interface messaging
MSG_SMB_NOTIFY_CLEANUP = 0x0314,
MSG_SMB_SCAVENGER = 0x0315,
+ /* shutdown connection for given client */
+ MSG_SMB_KILL_CLIENT_IP = 0x0316,
+
/* winbind messages */
MSG_WINBIND_FINISHED = 0x0401,
MSG_WINBIND_FORGET_STATE = 0x0402,