1 #ifndef TEST_FDEVENT_H
2 #define TEST_FDEVENT_H
3 
4 #include <pthread.h>
5 
6 int libxl_test_fdevent(libxl_ctx *ctx, int fd, short events,
7                        libxl_asyncop_how *ao_how)
8                        LIBXL_EXTERNAL_CALLERS_ONLY;
9 /* This operation waits for one of the poll events to occur on fd, and
10  * then completes successfully.  (Or, it can be aborted.) */
11 
12 #endif /*TEST_FDEVENT_H*/
13