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)
committerMichael Adam <obnox@samba.org>
Tue, 16 Oct 2018 09:41:54 +0000 (11:41 +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 935c4084252311534f5b9b23f0d18c7d09884fa2..74cc2b0c264df32e6c0b58539ec3fb3f511b94b4 100644 (file)
@@ -431,6 +431,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 {