diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-08-22 10:29:21 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-08-23 08:23:07 +0200 |
commit | 6f9610e618a6abbdd41c135e4a3d306fb8ce8743 (patch) | |
tree | bb1848d77d9b8110422854f548c61bc8aed68bdb /source3/librpc | |
parent | 6c7ffa90925f074fb93f578b7c0582394aee557d (diff) | |
download | samba-6f9610e618a6abbdd41c135e4a3d306fb8ce8743.tar.gz samba-6f9610e618a6abbdd41c135e4a3d306fb8ce8743.tar.bz2 samba-6f9610e618a6abbdd41c135e4a3d306fb8ce8743.zip |
smbXsrv.idl: add nonce_* to smbsrv_session
metze
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/smbXsrv.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl index b3f2250313..90572e5e4e 100644 --- a/source3/librpc/idl/smbXsrv.idl +++ b/source3/librpc/idl/smbXsrv.idl @@ -145,6 +145,8 @@ interface smbXsrv [ref] smbXsrv_session_global0 *global; NTSTATUS status; NTTIME idle_time; + hyper nonce_high; + hyper nonce_low; [ignore] gensec_security *gensec; [ignore] user_struct *compat; [ignore] smbXsrv_tcon_table *tcon_table; |