Handle for the key revocation query. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Message queue to the service. More... | |
GNUNET_REVOCATION_Callback | func |
Function to call with the result. More... | |
void * | func_cls |
Closure for func. More... | |
Handle for the key revocation query.
Definition at line 35 of file revocation_api.c.
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().
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().
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().