source4/libcli: add bool durable_open to smb2_create.out.
authorMichael Adam <obnox@samba.org>
Sat, 29 Oct 2011 11:16:07 +0000 (13:16 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 30 Oct 2011 17:41:21 +0000 (18:41 +0100)
The server gives indication whether the open was durable
we should record this.

source4/libcli/raw/interfaces.h

index 7bb5255b6a7d41962a2a0fdc4685443322811cea..7aba48b43416874ad4ab59efb74af859ec665a04 100644 (file)
@@ -1741,6 +1741,7 @@ union smb_open {
                        uint32_t maximal_access;
                        uint8_t on_disk_id[32];
                        struct smb2_lease lease_response;
+                       bool durable_open;
 
                        /* tagged blobs in the reply */
                        struct smb2_create_blobs blobs;