Lely core libraries  2.3.4
__io_poll Struct Reference

An I/O polling interface. More...

Collaboration diagram for __io_poll:

Data Fields

mtx_t mtx
 The mutex protecting tree.
 
struct rbtree tree
 The tree containing the I/O device handles being watched.
 
io_handle_t pipe [2]
 A self-pipe used to generate signal events.
 
int epfd
 The epoll file descriptor.
 

Detailed Description

An I/O polling interface.

Definition at line 51 of file poll.c.


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