GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
GNUNET_PILS_Operation Struct Reference
Collaboration diagram for GNUNET_PILS_Operation:
[legend]

Data Fields

struct GNUNET_PILS_Operationnext
 
struct GNUNET_PILS_Operationprev
 
struct GNUNET_PILS_Handleh
 
GNUNET_PILS_DecapsResultCallback decaps_cb
 
void * decaps_cb_cls
 
GNUNET_PILS_SignResultCallback sign_cb
 
void * sign_cb_cls
 
struct GNUNET_MQ_Envelopeenv
 
uint32_t op_id
 

Detailed Description

Definition at line 47 of file pils_api.c.

Field Documentation

◆ next

struct GNUNET_PILS_Operation* GNUNET_PILS_Operation::next

Definition at line 50 of file pils_api.c.

◆ prev

struct GNUNET_PILS_Operation* GNUNET_PILS_Operation::prev

Definition at line 53 of file pils_api.c.

◆ h

struct GNUNET_PILS_Handle* GNUNET_PILS_Operation::h

Definition at line 56 of file pils_api.c.

◆ decaps_cb

GNUNET_PILS_DecapsResultCallback GNUNET_PILS_Operation::decaps_cb

Definition at line 59 of file pils_api.c.

◆ decaps_cb_cls

void* GNUNET_PILS_Operation::decaps_cb_cls

Definition at line 62 of file pils_api.c.

◆ sign_cb

GNUNET_PILS_SignResultCallback GNUNET_PILS_Operation::sign_cb

Definition at line 65 of file pils_api.c.

◆ sign_cb_cls

void* GNUNET_PILS_Operation::sign_cb_cls

Definition at line 68 of file pils_api.c.

◆ env

struct GNUNET_MQ_Envelope* GNUNET_PILS_Operation::env

Definition at line 71 of file pils_api.c.

◆ op_id

uint32_t GNUNET_PILS_Operation::op_id

Definition at line 74 of file pils_api.c.


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