fix(inotify): report .closed events separately from .modified events
This commit is contained in:
parent
95c7580a87
commit
99dec3f689
9 changed files with 59 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ const ObjectType = types.ObjectType;
|
|||
|
||||
pub const watches_recursively = false;
|
||||
pub const detects_file_modifications = true;
|
||||
pub const emits_close_events = false;
|
||||
|
||||
handler: *Handler,
|
||||
kq: std.posix.fd_t,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue