Driver context used by GNUNET_SCHEDULER_run. More...
Data Fields | |
| struct Scheduled * | scheduled_head |
| the head of a DLL containing information about the events the select driver is waiting for | |
| struct Scheduled * | scheduled_tail |
| the tail of a DLL containing information about the events the select driver is waiting for | |
| struct GNUNET_TIME_Absolute | timeout |
| the time when the select driver will wake up again (after calling select) | |
Driver context used by GNUNET_SCHEDULER_run.
Definition at line 290 of file scheduler.c.
| struct Scheduled* DriverContext::scheduled_head |
the head of a DLL containing information about the events the select driver is waiting for
Definition at line 296 of file scheduler.c.
Referenced by GNUNET_SCHEDULER_run().
| struct Scheduled* DriverContext::scheduled_tail |
the tail of a DLL containing information about the events the select driver is waiting for
Definition at line 302 of file scheduler.c.
| struct GNUNET_TIME_Absolute DriverContext::timeout |
the time when the select driver will wake up again (after calling select)
Definition at line 308 of file scheduler.c.