GNUnet 0.21.1
DriverContext Struct Reference

Driver context used by GNUNET_SCHEDULER_run. More...

Collaboration diagram for DriverContext:
[legend]

Data Fields

struct Scheduledscheduled_head
 the head of a DLL containing information about the events the select driver is waiting for More...
 
struct Scheduledscheduled_tail
 the tail of a DLL containing information about the events the select driver is waiting for More...
 
struct GNUNET_TIME_Absolute timeout
 the time when the select driver will wake up again (after calling select) More...
 

Detailed Description

Driver context used by GNUNET_SCHEDULER_run.

Definition at line 290 of file scheduler.c.

Field Documentation

◆ scheduled_head

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.

◆ scheduled_tail

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.

◆ timeout

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.


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