lib: Added mtio ability to pass file descriptors over streams.
[ashd.git] / lib / mtio.h
index f6611df..567c0a6 100644 (file)
@@ -10,6 +10,7 @@ struct stdiofd {
     int fd;
     int sock;
     int timeout;
+    int rights, sendrights;
 };
 
 int block(int fd, int ev, time_t to);