Changeset 13748


Ignore:
Timestamp:
Jan 3, 2013, 11:54:25 PM (10 years ago)
Author:
jordan
Message:

(2.7x, daemon) backport r13726 for #4523

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7x/daemon/watch.c

    r13625 r13748  
    5656#define BUF_LEN (EVENT_BATCH_COUNT * (EVENT_SIZE + 16) + 2048)
    5757
    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)
    5959
    6060static void
Note: See TracChangeset for help on using the changeset viewer.