Context data for forwarded Operation. More...
Data Fields | |
GNUNET_MQ_MessageCallback | cc |
The callback to call when reply is available. More... | |
void * | cc_cls |
The closure for the above callback. More... | |
Context data for forwarded Operation.
Definition at line 70 of file testbed_api.c.
GNUNET_MQ_MessageCallback ForwardedOperationData::cc |
The callback to call when reply is available.
Definition at line 75 of file testbed_api.c.
Referenced by handle_forwarded_operation_msg().
void* ForwardedOperationData::cc_cls |
The closure for the above callback.
Definition at line 80 of file testbed_api.c.
Referenced by handle_forwarded_operation_msg().