1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 06:54:40 +00:00

(trunk, daemon) #4523 'files copied via kde sftp into watchdir not loaded' --fixed, patch by reardon

This commit is contained in:
Jordan Lee 2012-12-30 23:23:00 +00:00
parent 59d1d58d0f
commit 3414faefd6

View file

@ -55,7 +55,7 @@ struct dtr_watchdir
/* reasonable guess as to size of 50 events */
#define BUF_LEN (EVENT_BATCH_COUNT * (EVENT_SIZE + 16) + 2048)
#define DTR_INOTIFY_MASK (IN_CLOSE_WRITE|IN_MOVED_TO|IN_ONLYDIR)
#define DTR_INOTIFY_MASK (IN_CLOSE_WRITE|IN_MOVED_TO|IN_CREATE|IN_ONLYDIR)
static void
watchdir_new_impl (dtr_watchdir * w)