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)
committerJeremy Allison <jra@samba.org>
Sat, 27 Jun 2020 04:20:39 +0000 (04:20 +0000)
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>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/librpc/idl/smbXsrv.idl

index bdab9345342aebf4abc9ea3bbbf53032da557299..2e8e2bbcd31bcd2c1637dfc359e16dddd24c3b17 100644 (file)
@@ -438,6 +438,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 {