diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-10-18 13:38:34 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-10-19 12:15:02 +0200 |
commit | 7be7ec803f88de68ef9a5e2b14994a13589ff441 (patch) | |
tree | 2ddaaaf95751031e0722d3c5dafc5b876d25b859 /source3/librpc | |
parent | b74ed25a9999c0029ddf2771f729c497c20b9c30 (diff) | |
download | samba-7be7ec803f88de68ef9a5e2b14994a13589ff441.tar.gz samba-7be7ec803f88de68ef9a5e2b14994a13589ff441.tar.bz2 samba-7be7ec803f88de68ef9a5e2b14994a13589ff441.zip |
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 <obnox@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/smbXsrv.idl | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |