Lely core libraries 2.3.4
|
The result of an I/O timer wait operation. More...
#include <timer.h>
Data Fields | |
int | result |
The result of the wait operation: the expiration overrun count (see io_timer_getoverrun()) on success, or -1 on error (or if the operation is canceled). More... | |
int | errc |
The error number, obtained as if by get_errc(), if result is -1. | |
int io_timer_wait_result::result |
The result of the wait operation: the expiration overrun count (see io_timer_getoverrun()) on success, or -1 on error (or if the operation is canceled).
In the latter case, the error number is stored in errc.