Context for processing result messages. More...
Data Fields | |
GNUNET_DATASTORE_DatumProcessor | proc |
Function to call with the result. More... | |
void * | proc_cls |
Closure for proc. More... | |
Context for processing result messages.
Definition at line 71 of file datastore_api.c.
GNUNET_DATASTORE_DatumProcessor ResultContext::proc |
Function to call with the result.
Definition at line 76 of file datastore_api.c.
Referenced by GNUNET_DATASTORE_disconnect(), GNUNET_DATASTORE_get_for_replication(), GNUNET_DATASTORE_get_key(), GNUNET_DATASTORE_get_zero_anonymity(), handle_data(), handle_data_end(), and mq_error_handler().
void* ResultContext::proc_cls |
Closure for proc.
Definition at line 81 of file datastore_api.c.
Referenced by GNUNET_DATASTORE_disconnect(), GNUNET_DATASTORE_get_for_replication(), GNUNET_DATASTORE_get_key(), GNUNET_DATASTORE_get_zero_anonymity(), handle_data(), handle_data_end(), and mq_error_handler().