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>
Mon, 10 Feb 2020 13:37:18 +0000 (14:37 +0100)
This is needed for lock replay detection.

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

index c6ce9c4878963d65e74fa607219d1208326ebde6..c04ac6f3ccc8dd6c4da42a56616bffc53bcf4849 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 {