Lely core libraries  2.3.4
io_watch Struct Reference

The attributes of an I/O device handle being watched. More...

Collaboration diagram for io_watch:

Data Fields

struct rbnode node
 The node in the tree of file descriptors.
 
struct io_handlehandle
 A pointer to the I/O device handle.
 
struct io_event event
 The events being watched.
 
int keep
 A flag indicating whether to keep watching the file descriptor after an event occurs.
 

Detailed Description

The attributes of an I/O device handle being watched.

Definition at line 69 of file poll.c.


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