GNUnet 0.21.1
DLLOperation Struct Reference

DLL of operations. More...

Collaboration diagram for DLLOperation:
[legend]

Data Fields

struct GNUNET_TESTBED_Operation * op
 The testbed operation handle. More...
 
void * cls
 Closure. More...
 
struct DLLOperationnext
 The next pointer for DLL. More...
 
struct DLLOperationprev
 The prev pointer for DLL. More...
 

Detailed Description

DLL of operations.

Definition at line 41 of file gnunet-regex-profiler.c.

Field Documentation

◆ op

struct GNUNET_TESTBED_Operation* DLLOperation::op

The testbed operation handle.

Definition at line 46 of file gnunet-regex-profiler.c.

◆ cls

void* DLLOperation::cls

Closure.

Definition at line 51 of file gnunet-regex-profiler.c.

◆ next

struct DLLOperation* DLLOperation::next

The next pointer for DLL.

Definition at line 56 of file gnunet-regex-profiler.c.

◆ prev

struct DLLOperation* DLLOperation::prev

The prev pointer for DLL.

Definition at line 61 of file gnunet-regex-profiler.c.


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