s3:smbXsrv.idl: add lock_sequence_array to smbXsrv_open_global0
authorStefan Metzmacher <metze@samba.org>
Wed, 24 Oct 2012 13:06:54 +0000 (15:06 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Oct 2019 07:36:22 +0000 (09:36 +0200)
This is needed for lock replay detection.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/librpc/idl/smbXsrv.idl

index b8f3dc679ea5cd8cf03b94bbd1879aabe6ec2cb9..c7acdff3b4e06b13cdcab69b7f559aadce134f2b 100644 (file)
@@ -435,6 +435,7 @@ interface smbXsrv
                DATA_BLOB                               backend_cookie;
                uint16                                  channel_sequence;
                hyper                                   channel_generation;
+               [flag(NDR_PAHEX)] uint8                 lock_sequence_array[64];
        } smbXsrv_open_global0;
 
        typedef union {