GNUnet 0.21.1
GNUNET_OP_Handle Struct Reference

Operations handle. More...

Collaboration diagram for GNUNET_OP_Handle:
[legend]

Data Fields

struct OperationListItemop_head
 First operation in the linked list. More...
 
struct OperationListItemop_tail
 Last operation in the linked list. More...
 
uint64_t last_op_id
 Last operation ID used. More...
 

Detailed Description

Operations handle.

Definition at line 67 of file op.c.

Field Documentation

◆ op_head

struct OperationListItem* GNUNET_OP_Handle::op_head

First operation in the linked list.

Definition at line 72 of file op.c.

◆ op_tail

struct OperationListItem* GNUNET_OP_Handle::op_tail

Last operation in the linked list.

Definition at line 77 of file op.c.

◆ last_op_id

uint64_t GNUNET_OP_Handle::last_op_id

Last operation ID used.

Definition at line 82 of file op.c.


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