NodeMonitor: Added B_WATCH_CHILDREN flag.
* Added a directory argument for notify_{stat/attribute}_changed().
* This allows to watch only a directory, and get the notifications for
all of its files, not just add/remove entry notifications.
This commit is contained in:
@@ -895,6 +895,7 @@
|
||||
#define B_FS_HAS_SELF_HEALING_LINKS FSSH_B_FS_HAS_SELF_HEALING_LINKS
|
||||
#define B_FS_HAS_ALIASES FSSH_B_FS_HAS_ALIASES
|
||||
#define B_FS_SUPPORTS_NODE_MONITORING FSSH_B_FS_SUPPORTS_NODE_MONITORING
|
||||
#define B_FS_SUPPORTS_MONITOR_CHILDREN FSSH_B_FS_SUPPORTS_MONITOR_CHILDREN
|
||||
|
||||
#define fs_info fssh_fs_info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user