![]() |
GNUnet
0.16.x
|
An entry in the ready queue (implemented as DLL) More...
Data Fields | |
struct ReadyQueueEntry * | next |
next ptr for DLL More... | |
struct ReadyQueueEntry * | prev |
prev ptr for DLL More... | |
struct GNUNET_TESTBED_Operation * | op |
The operation associated with this entry. More... | |
An entry in the ready queue (implemented as DLL)
Definition at line 285 of file testbed_api_operations.c.
struct ReadyQueueEntry* ReadyQueueEntry::next |
next ptr for DLL
Definition at line 290 of file testbed_api_operations.c.
struct ReadyQueueEntry* ReadyQueueEntry::prev |
prev ptr for DLL
Definition at line 295 of file testbed_api_operations.c.
struct GNUNET_TESTBED_Operation* ReadyQueueEntry::op |
The operation associated with this entry.
Definition at line 300 of file testbed_api_operations.c.
Referenced by process_rq_task(), and rq_add().