stream: Make classes const
[openvswitch] / lib / poll-loop.h
index da8f6e2063959e0dc7f3c52930e7c2a3bc9d9247..fa06a07ff757818015ff9ca855cf5dd406174ec7 100644 (file)
@@ -65,6 +65,9 @@ void poll_block(void);
 /* Cancel a file descriptor callback or event. */
 void poll_cancel(struct poll_waiter *);
 
+/* Checks whether the file descriptor caused a wakeup. */
+short int poll_fd_woke(int fd);
+
 #ifdef  __cplusplus
 }
 #endif