summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-04-18 12:44:12 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-25 20:55:07 +0200
commitda40aa0e6839022f99786bd003bcd4ec587b4196 (patch)
tree0170af812e0b4e1da19a6e96895da44b220ad51a /source3/librpc
parented750694607827a3d35ad0980c3aad4a406108d0 (diff)
downloadsamba-da40aa0e6839022f99786bd003bcd4ec587b4196.tar.gz
samba-da40aa0e6839022f99786bd003bcd4ec587b4196.tar.bz2
samba-da40aa0e6839022f99786bd003bcd4ec587b4196.zip
s3:messaging.idl: define MSG_SMBXSRV_SESSION_CLOSE
metze
Diffstat (limited to 'source3/librpc')
-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 5493d75f65..df1f321e18 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -103,6 +103,9 @@ interface messaging
/* event messages */
MSG_DUMP_EVENT_LIST = 0x0500,
+ /* smbXsrv messages */
+ MSG_SMBXSRV_SESSION_CLOSE = 0x0600,
+
/* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */
/* MSG_DBWRAP_TDB2_CHANGES = 4001, */
MSG_DBWRAP_G_LOCK_RETRY = 4002,