GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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
 
struct Scheduledscheduled_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)
 

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.

Referenced by GNUNET_SCHEDULER_run().

◆ 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: