Correzioni rimaste indietro ed espansione funzioni del resolver.
[gapil.git] / listati / inotify_event.h
1 struct inotify_event {
2     int      wd;       /* Watch descriptor */
3     uint32_t mask;     /* Mask of events */
4     uint32_t cookie;   /* Unique cookie associating related
5                           events (for rename(2)) */
6     uint32_t len;      /* Size of 'name' field */
7     char     name[];   /* Optional null-terminated name */
8 };