Lely core libraries  2.3.4
io_timer_wait_result Struct Reference

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.
 

Detailed Description

The result of an I/O timer wait operation.

Definition at line 41 of file timer.h.

Field Documentation

◆ result

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.

Definition at line 48 of file timer.h.


The documentation for this struct was generated from the following file: