(MU_STREAM_READY_EX): New define
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 *); | ... | ... |
-
Please register or sign in to post a comment