An entry in the stack for keeping operations which are about to expire. More...
Data Fields | |
struct ExpireOperationEntry * | next |
DLL head; new entries are to be inserted here. More... | |
struct ExpireOperationEntry * | prev |
DLL tail; entries are deleted from here. More... | |
const struct GNUNET_TESTBED_Operation * | op |
The operation. More... | |
An entry in the stack for keeping operations which are about to expire.
Definition at line 133 of file testbed_api.c.
struct ExpireOperationEntry* ExpireOperationEntry::next |
DLL head; new entries are to be inserted here.
Definition at line 138 of file testbed_api.c.
Referenced by exop_check().
struct ExpireOperationEntry* ExpireOperationEntry::prev |
DLL tail; entries are deleted from here.
Definition at line 143 of file testbed_api.c.
const struct GNUNET_TESTBED_Operation* ExpireOperationEntry::op |
The operation.
This will be a dangling pointer when the operation is freed
Definition at line 148 of file testbed_api.c.
Referenced by exop_check(), and exop_insert().