diff options
author | Michael Adam <obnox@samba.org> | 2011-10-29 13:16:07 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-30 18:41:21 +0100 |
commit | d01b248d4f6260c9d67a82e6497f8f4c99666a4c (patch) | |
tree | d4dc85e0dd17135a941bf6559f1f16cc06741af4 /source4 | |
parent | de967f22fc9e5a6f9f95be90e882935761295917 (diff) | |
download | samba-d01b248d4f6260c9d67a82e6497f8f4c99666a4c.tar.gz samba-d01b248d4f6260c9d67a82e6497f8f4c99666a4c.tar.bz2 samba-d01b248d4f6260c9d67a82e6497f8f4c99666a4c.zip |
source4/libcli: add bool durable_open to smb2_create.out.
The server gives indication whether the open was durable
we should record this.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/raw/interfaces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index 7bb5255b6a..7aba48b434 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -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; |