diff options
author | Michael Adam <obnox@samba.org> | 2012-03-02 22:01:01 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-03-03 17:03:06 +0100 |
commit | 76e6733344dc4d85a96ff108ca05279f44ffc79e (patch) | |
tree | 276eae4d8c2a7bc9adfb8281124006a27cdfc4c7 /libcli | |
parent | db632fdd2c5d14bcd05edc424ff66d7a3248dc2a (diff) | |
download | samba-76e6733344dc4d85a96ff108ca05279f44ffc79e.tar.gz |
libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENT
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/smb/smb2_constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index f8736403cc5..23c505d26a2 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 |