summaryrefslogtreecommitdiff
path: root/libcli/smb
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-03-02 22:01:01 +0100
committerMichael Adam <obnox@samba.org>2012-03-03 17:03:06 +0100
commit76e6733344dc4d85a96ff108ca05279f44ffc79e (patch)
tree276eae4d8c2a7bc9adfb8281124006a27cdfc4c7 /libcli/smb
parentdb632fdd2c5d14bcd05edc424ff66d7a3248dc2a (diff)
downloadsamba-76e6733344dc4d85a96ff108ca05279f44ffc79e.tar.gz
samba-76e6733344dc4d85a96ff108ca05279f44ffc79e.tar.bz2
samba-76e6733344dc4d85a96ff108ca05279f44ffc79e.zip
libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENT
Diffstat (limited to 'libcli/smb')
-rw-r--r--libcli/smb/smb2_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h
index f8736403cc..23c505d26a 100644
--- a/libcli/smb/smb2_constants.h
+++ b/libcli/smb/smb2_constants.h
@@ -215,4 +215,9 @@
#define SMB2_WRITEFLAG_WRITE_THROUGH 0x00000001
+/*
+ * Flags for durable handle v2 requests
+ */
+#define SMB2_DHANDLE_FLAG_PERSISTENT 0x00000002
+
#endif