diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-04-18 12:44:12 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-25 20:55:07 +0200 |
commit | da40aa0e6839022f99786bd003bcd4ec587b4196 (patch) | |
tree | 0170af812e0b4e1da19a6e96895da44b220ad51a /source3/librpc/idl | |
parent | ed750694607827a3d35ad0980c3aad4a406108d0 (diff) | |
download | samba-da40aa0e6839022f99786bd003bcd4ec587b4196.tar.gz samba-da40aa0e6839022f99786bd003bcd4ec587b4196.tar.bz2 samba-da40aa0e6839022f99786bd003bcd4ec587b4196.zip |
s3:messaging.idl: define MSG_SMBXSRV_SESSION_CLOSE
metze
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 3 |
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, |