Searched defs:inotify_event (Results 1 – 1 of 1) sorted by relevance
18 struct inotify_event { struct19 __s32 wd; /* watch descriptor */20 __u32 mask; /* watch mask */21 __u32 cookie; /* cookie to synchronize two events */22 __u32 len; /* length (including nulls) of name */23 char name[0]; /* stub for possible name */