|
libsangoma
1
|
Windows poll structure used to implement blocking poll for read/write/event. More...
#include <wanpipe_api_hdr.h>
Public Attributes | |
| unsigned char | operation_status |
| u_int32_t | user_flags_bitmap |
| u_int32_t | poll_events_bitmap |
Windows poll structure used to implement blocking poll for read/write/event.
This structure is only used by WINDOWS code
Definition at line 469 of file wanpipe_api_hdr.h.
| unsigned char _API_POLL_STRUCT::operation_status |
operation completion status, check on return
Definition at line 471 of file wanpipe_api_hdr.h.
| u_int32_t _API_POLL_STRUCT::user_flags_bitmap |
bitmap of events API user is interested to receive
Definition at line 472 of file wanpipe_api_hdr.h.
| u_int32_t _API_POLL_STRUCT::poll_events_bitmap |
bitmap of events available for API user
Definition at line 473 of file wanpipe_api_hdr.h.
1.8.5