mirror of
https://github.com/samba-team/samba.git
synced 2025-12-05 12:23:50 +03:00
r21079: Minimizing diff: Adopt the Samba4 style ChangeNotify flags.
Volker
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
cdb7d582b7
commit
a3c1069b0c
@@ -1379,7 +1379,7 @@ struct bitmap {
|
||||
#define FILE_READ_ONLY_VOLUME 0x00080000
|
||||
|
||||
/* ChangeNotify flags. */
|
||||
#define FILE_NOTIFY_CHANGE_FILE 0x001
|
||||
#define FILE_NOTIFY_CHANGE_FILE_NAME 0x001
|
||||
#define FILE_NOTIFY_CHANGE_DIR_NAME 0x002
|
||||
#define FILE_NOTIFY_CHANGE_ATTRIBUTES 0x004
|
||||
#define FILE_NOTIFY_CHANGE_SIZE 0x008
|
||||
@@ -1388,7 +1388,9 @@ struct bitmap {
|
||||
#define FILE_NOTIFY_CHANGE_CREATION 0x040
|
||||
#define FILE_NOTIFY_CHANGE_EA 0x080
|
||||
#define FILE_NOTIFY_CHANGE_SECURITY 0x100
|
||||
#define FILE_NOTIFY_CHANGE_FILE_NAME 0x200
|
||||
#define FILE_NOTIFY_CHANGE_STREAM_NAME 0x00000200
|
||||
#define FILE_NOTIFY_CHANGE_STREAM_SIZE 0x00000400
|
||||
#define FILE_NOTIFY_CHANGE_STREAM_WRITE 0x00000800
|
||||
|
||||
#define FILE_NOTIFY_CHANGE_NAME \
|
||||
(FILE_NOTIFY_CHANGE_FILE_NAME|FILE_NOTIFY_CHANGE_DIR_NAME)
|
||||
|
||||
Reference in New Issue
Block a user