Commit 9278bca6 9278bca6f45eb693a79b9882adcf018ee486376d by Sergey Poznyakoff

(MU_STREAM_READY_EX): New define

1 parent 85a39cc5
...@@ -94,6 +94,7 @@ extern int mu_stream_flush (mu_stream_t); ...@@ -94,6 +94,7 @@ extern int mu_stream_flush (mu_stream_t);
94 94
95 #define MU_STREAM_READY_RD 0x1 95 #define MU_STREAM_READY_RD 0x1
96 #define MU_STREAM_READY_WR 0x2 96 #define MU_STREAM_READY_WR 0x2
97 #define MU_STREAM_READY_EX 0x4
97 struct timeval; /* Needed for the following declaration */ 98 struct timeval; /* Needed for the following declaration */
98 99
99 extern int mu_stream_wait (mu_stream_t stream, int *pflags, struct timeval *); 100 extern int mu_stream_wait (mu_stream_t stream, int *pflags, struct timeval *);
......