1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-30 06:50:24 +03:00

smb2_constants: add SMB2_WATCH_TREE

This commit is contained in:
Christian Ambach 2012-03-02 21:33:28 -08:00
parent 8b25bc80c9
commit 583a53835b

View File

@ -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)