fix(inotify): report .closed events separately from .modified events

This commit is contained in:
CJ van den Berg 2026-03-29 14:28:23 +02:00
parent 95c7580a87
commit 99dec3f689
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
9 changed files with 59 additions and 1 deletions

View file

@ -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,