Handle for the key revocation operation. More...
Data Fields | |
| struct GNUNET_MQ_Handle * | mq |
| Message queue to the service. | |
| GNUNET_REVOCATION_Callback | func |
| Function to call once we are done. | |
| void * | func_cls |
| Closure for func. | |
Handle for the key revocation operation.
Definition at line 169 of file revocation_api.c.
| struct GNUNET_MQ_Handle* GNUNET_REVOCATION_Handle::mq |
Message queue to the service.
Definition at line 174 of file revocation_api.c.
| GNUNET_REVOCATION_Callback GNUNET_REVOCATION_Handle::func |
Function to call once we are done.
Definition at line 179 of file revocation_api.c.
| void* GNUNET_REVOCATION_Handle::func_cls |
Closure for func.
Definition at line 184 of file revocation_api.c.