GNUnet  0.20.0
ExpireOperationEntry Struct Reference

An entry in the stack for keeping operations which are about to expire. More...

Collaboration diagram for ExpireOperationEntry:
[legend]

Data Fields

struct ExpireOperationEntrynext
 DLL head; new entries are to be inserted here. More...
 
struct ExpireOperationEntryprev
 DLL tail; entries are deleted from here. More...
 
const struct GNUNET_TESTBED_Operationop
 The operation. More...
 

Detailed Description

An entry in the stack for keeping operations which are about to expire.

Definition at line 133 of file testbed_api.c.

Field Documentation

◆ next

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().

◆ prev

struct ExpireOperationEntry* ExpireOperationEntry::prev

DLL tail; entries are deleted from here.

Definition at line 143 of file testbed_api.c.

◆ op

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().


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