s3:smbXsrv.idl: add session_global_id to smbXsrv_tcon_global
authorStefan Metzmacher <metze@samba.org>
Thu, 18 Oct 2012 11:38:34 +0000 (13:38 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 19 Oct 2012 10:15:02 +0000 (12:15 +0200)
This is required for some debugging tools like smbstatus.

metze

Signed-off-by: Michael Adam <obnox@samba.org>
source3/librpc/idl/smbXsrv.idl

index 2a6d7b352b19cae1b3a38fbac2fb4fb653330e77..36710dddd57f1164e8e476835a6d5cf26f064722 100644 (file)
@@ -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 {