GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
DLLOperation Struct Reference

DLL of operations. More...

Collaboration diagram for DLLOperation:
[legend]

Data Fields

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

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: