mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
smb2_constants: add SMB2_WATCH_TREE
This commit is contained in:
@ -161,6 +161,9 @@
|
||||
#define SMB2_CREATE_TAG_QFID "QFid"
|
||||
#define SMB2_CREATE_TAG_RQLS "RqLs"
|
||||
|
||||
/* SMB2 notify flags */
|
||||
#define SMB2_WATCH_TREE 0x0001
|
||||
|
||||
/* SMB2 Create ignore some more create_options */
|
||||
#define SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASK (NTCREATEX_OPTIONS_TREE_CONNECTION | \
|
||||
NTCREATEX_OPTIONS_OPFILTER)
|
||||
|
Reference in New Issue
Block a user