mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 10:58:57 +00:00
parent
1794d45ff3
commit
d37a5b03f1
@ -12,7 +12,8 @@ package fs
|
||||
import "github.com/syncthing/notify"
|
||||
|
||||
const (
|
||||
subEventMask = notify.Create | notify.Remove | notify.Write | notify.Rename | notify.FSEventsInodeMetaMod
|
||||
permEventMask = 0
|
||||
subEventMask = notify.Create | notify.Remove | notify.Write | notify.Rename | notify.FSEventsInodeMetaMod
|
||||
// FSEventsChangeOwner fires on permission change
|
||||
permEventMask = notify.FSEventsChangeOwner
|
||||
rmEventMask = notify.Remove | notify.Rename
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user