s3:smbXsrv.idl: add 8 byte channel_sequence number and request counters to IDL.
authorGünther Deschner <gd@samba.org>
Wed, 27 Jan 2016 15:18:25 +0000 (16:18 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 21 Mar 2016 23:23:21 +0000 (00:23 +0100)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/librpc/idl/smbXsrv.idl

index 4c6895a80a9559c27881cf6fe4575b7f7739eaeb..1bfa51ea91258def7d67089ef688eb44c2d94c3f 100644 (file)
@@ -430,6 +430,7 @@ interface smbXsrv
                uint32                                  durable_timeout_msec;
                boolean8                                durable;
                DATA_BLOB                               backend_cookie;
+               hyper                                   channel_sequence;
        } smbXsrv_open_global0;
 
        typedef union {
@@ -470,6 +471,8 @@ interface smbXsrv
                [ignore] files_struct                   *compat;
                smbXsrv_open_flags                      flags;
                uint32                                  create_action;
+               hyper                                   request_count;
+               hyper                                   pre_request_count;
        } smbXsrv_open;
 
        typedef union {