mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
parent
742ab17a2a
commit
409cb2beb8
@ -11,7 +11,7 @@ package fs
|
|||||||
import "github.com/syncthing/notify"
|
import "github.com/syncthing/notify"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
subEventMask = notify.FileNotifyChangeFileName | notify.FileNotifyChangeDirName | notify.FileNotifyChangeSize | notify.FileNotifyChangeCreation
|
subEventMask = notify.FileNotifyChangeFileName | notify.FileNotifyChangeDirName | notify.FileNotifyChangeSize | notify.FileNotifyChangeCreation | notify.FileNotifyChangeLastWrite
|
||||||
permEventMask = notify.FileNotifyChangeAttributes
|
permEventMask = notify.FileNotifyChangeAttributes
|
||||||
rmEventMask = notify.FileActionRemoved | notify.FileActionRenamedOldName
|
rmEventMask = notify.FileActionRemoved | notify.FileActionRenamedOldName
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user