![]() |
GNUnet
0.11.x
|
Handle for the key revocation operation. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
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... | |
Handle for the key revocation operation.
Definition at line 221 of file revocation_api.c.
struct GNUNET_MQ_Handle* GNUNET_REVOCATION_Handle::mq |
Message queue to the service.
Definition at line 226 of file revocation_api.c.
Referenced by GNUNET_REVOCATION_revoke(), and GNUNET_REVOCATION_revoke_cancel().
GNUNET_REVOCATION_Callback GNUNET_REVOCATION_Handle::func |
Function to call once we are done.
Definition at line 231 of file revocation_api.c.
Referenced by GNUNET_REVOCATION_revoke(), handle_revocation_response(), and revocation_mq_error_handler().
void* GNUNET_REVOCATION_Handle::func_cls |
Closure for func.
Definition at line 236 of file revocation_api.c.
Referenced by GNUNET_REVOCATION_revoke(), handle_revocation_response(), and revocation_mq_error_handler().