inotify::ffi::IN_ATTRIB [] [src]

pub const IN_ATTRIB: uint32_t = 4

Event: Metadata has changed.

This can include e.g. - permissions, see chmod(2); - timestamps, see utimensat(2); - extended attributes, see [setxattr(s)]; - link count, see link(2) and unlink(2); - user/group, see chown(2).

When monitoring a directory, the event may occur both for the directory itself and the files within.