1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENT

This commit is contained in:
Michael Adam 2012-03-02 22:01:01 +01:00
parent db632fdd2c
commit 76e6733344

View File

@ -215,4 +215,9 @@
#define SMB2_WRITEFLAG_WRITE_THROUGH 0x00000001
/*
* Flags for durable handle v2 requests
*/
#define SMB2_DHANDLE_FLAG_PERSISTENT 0x00000002
#endif