GNUnet 0.21.1
GNUNET_REVOCATION_Handle Struct Reference

Handle for the key revocation operation. More...

Collaboration diagram for GNUNET_REVOCATION_Handle:
[legend]

Data Fields

struct GNUNET_MQ_Handlemq
 Message queue to the service. More...
 
GNUNET_REVOCATION_Callback func
 Function to call once we are done. More...
 
void * func_cls
 Closure for func. More...
 

Detailed Description

Handle for the key revocation operation.

Definition at line 169 of file revocation_api.c.

Field Documentation

◆ mq

struct GNUNET_MQ_Handle* GNUNET_REVOCATION_Handle::mq

Message queue to the service.

Definition at line 174 of file revocation_api.c.

◆ func

GNUNET_REVOCATION_Callback GNUNET_REVOCATION_Handle::func

Function to call once we are done.

Definition at line 179 of file revocation_api.c.

◆ func_cls

void* GNUNET_REVOCATION_Handle::func_cls

Closure for func.

Definition at line 184 of file revocation_api.c.


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