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:
parent
59d1d58d0f
commit
3414faefd6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue