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:
parent
db632fdd2c
commit
76e6733344
@ -215,4 +215,9 @@
|
|||||||
|
|
||||||
#define SMB2_WRITEFLAG_WRITE_THROUGH 0x00000001
|
#define SMB2_WRITEFLAG_WRITE_THROUGH 0x00000001
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Flags for durable handle v2 requests
|
||||||
|
*/
|
||||||
|
#define SMB2_DHANDLE_FLAG_PERSISTENT 0x00000002
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user