Changeset 13748
- Timestamp:
- Jan 3, 2013, 11:54:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7x/daemon/watch.c
r13625 r13748 56 56 #define BUF_LEN (EVENT_BATCH_COUNT * (EVENT_SIZE + 16) + 2048) 57 57 58 #define DTR_INOTIFY_MASK (IN_CLOSE_WRITE|IN_MOVED_TO|IN_ ONLYDIR)58 #define DTR_INOTIFY_MASK (IN_CLOSE_WRITE|IN_MOVED_TO|IN_CREATE|IN_ONLYDIR) 59 59 60 60 static void
Note: See TracChangeset
for help on using the changeset viewer.