GNUnet 0.21.1
GNUNET_REVOCATION_Query Struct Reference

Handle for the key revocation query. More...

Collaboration diagram for GNUNET_REVOCATION_Query:
[legend]

Data Fields

struct GNUNET_MQ_Handlemq
 Message queue to the service. More...
 
GNUNET_REVOCATION_Callback func
 Function to call with the result. More...
 
void * func_cls
 Closure for func. More...
 

Detailed Description

Handle for the key revocation query.

Definition at line 35 of file revocation_api.c.

Field Documentation

◆ mq

struct GNUNET_MQ_Handle* GNUNET_REVOCATION_Query::mq

Message queue to the service.

Definition at line 40 of file revocation_api.c.

Referenced by GNUNET_REVOCATION_query(), and GNUNET_REVOCATION_query_cancel().

◆ func

GNUNET_REVOCATION_Callback GNUNET_REVOCATION_Query::func

Function to call with the result.

Definition at line 45 of file revocation_api.c.

Referenced by GNUNET_REVOCATION_query(), handle_revocation_query_response(), and query_mq_error_handler().

◆ func_cls

void* GNUNET_REVOCATION_Query::func_cls

Closure for func.

Definition at line 50 of file revocation_api.c.

Referenced by GNUNET_REVOCATION_query(), handle_revocation_query_response(), and query_mq_error_handler().


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