From 7be7ec803f88de68ef9a5e2b14994a13589ff441 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 18 Oct 2012 13:38:34 +0200 Subject: s3:smbXsrv.idl: add session_global_id to smbXsrv_tcon_global This is required for some debugging tools like smbstatus. metze Signed-off-by: Michael Adam --- source3/librpc/idl/smbXsrv.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl index 2a6d7b352b..36710dddd5 100644 --- a/source3/librpc/idl/smbXsrv.idl +++ b/source3/librpc/idl/smbXsrv.idl @@ -204,6 +204,10 @@ interface smbXsrv NTTIME creation_time; [charset(UTF8),string] char share_name[]; boolean8 encryption_required; + /* + * for SMB1 this is the session that the tcon was opened on + */ + uint32 session_global_id; } smbXsrv_tcon_global0; typedef union { -- cgit