Modifiche di ieri sera.
[gapil.git] / listati / inotify_event.h
diff --git a/listati/inotify_event.h b/listati/inotify_event.h
new file mode 100644 (file)
index 0000000..c10185a
--- /dev/null
@@ -0,0 +1,8 @@
+struct inotify_event {
+    int      wd;       /* Watch descriptor */
+    uint32_t mask;     /* Mask of events */
+    uint32_t cookie;   /* Unique cookie associating related
+                          events (for rename(2)) */
+    uint32_t len;      /* Size of 'name' field */
+    char     name[];   /* Optional null-terminated name */
+};