Finita la conversione dei listati in file separati. Passato anche alla nuova
[gapil.git] / listati / pollfd.h
diff --git a/listati/pollfd.h b/listati/pollfd.h
new file mode 100644 (file)
index 0000000..cb1cbb4
--- /dev/null
@@ -0,0 +1,5 @@
+struct pollfd {
+        int fd;           /* file descriptor */
+        short events;     /* requested events */
+        short revents;    /* returned events */
+};