Lely core libraries  2.2.5
io_tqueue_wait Struct Reference

A wait operation suitable for use with a timer queue. More...

#include <tqueue.h>

Inheritance diagram for io_tqueue_wait:
Collaboration diagram for io_tqueue_wait:

Data Fields

struct timespec value
 The absolute expiration time.
 
struct ev_task task
 The task (to be) submitted upon completion (or cancellation) of the wait operation.
 
int errc
 The error number, obtained as if by get_errc(), if an error occurred or the operation was canceled.
 

Detailed Description

A wait operation suitable for use with a timer queue.

Definition at line 36 of file tqueue.h.


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