GNUnet 0.21.1
OperationListItem Struct Reference
Collaboration diagram for OperationListItem:
[legend]

Data Fields

struct OperationListItemprev
 
struct OperationListItemnext
 
uint64_t op_id
 Operation ID. More...
 
GNUNET_ResultCallback result_cb
 Continuation to invoke with the result of an operation. More...
 
void * cls
 Closure for result_cb. More...
 
void * ctx
 User context. More...
 

Detailed Description

Definition at line 36 of file op.c.

Field Documentation

◆ prev

struct OperationListItem* OperationListItem::prev

Definition at line 38 of file op.c.

◆ next

struct OperationListItem* OperationListItem::next

Definition at line 39 of file op.c.

◆ op_id

uint64_t OperationListItem::op_id

Operation ID.

Definition at line 44 of file op.c.

Referenced by GNUNET_OP_get(), GNUNET_OP_remove(), GNUNET_OP_result(), op_find(), and op_result().

◆ result_cb

GNUNET_ResultCallback OperationListItem::result_cb

Continuation to invoke with the result of an operation.

Definition at line 49 of file op.c.

Referenced by GNUNET_OP_add(), and GNUNET_OP_get().

◆ cls

void* OperationListItem::cls

Closure for result_cb.

Definition at line 54 of file op.c.

Referenced by GNUNET_OP_add(), and GNUNET_OP_get().

◆ ctx

void* OperationListItem::ctx

User context.

Definition at line 59 of file op.c.


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