From da40aa0e6839022f99786bd003bcd4ec587b4196 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 18 Apr 2012 12:44:12 +0200 Subject: s3:messaging.idl: define MSG_SMBXSRV_SESSION_CLOSE metze --- source3/librpc/idl/messaging.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/librpc') 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, -- cgit