Context for processing status messages. More...
Data Fields | |
GNUNET_DATASTORE_ContinuationWithStatus | cont |
Continuation to call with the status. More... | |
void * | cont_cls |
Closure for cont. More... | |
Context for processing status messages.
Definition at line 54 of file datastore_api.c.
GNUNET_DATASTORE_ContinuationWithStatus StatusContext::cont |
Continuation to call with the status.
Definition at line 59 of file datastore_api.c.
Referenced by GNUNET_DATASTORE_disconnect(), GNUNET_DATASTORE_put(), GNUNET_DATASTORE_release_reserve(), GNUNET_DATASTORE_remove(), GNUNET_DATASTORE_reserve(), handle_status(), and mq_error_handler().
void* StatusContext::cont_cls |
Closure for cont.
Definition at line 64 of file datastore_api.c.
Referenced by GNUNET_DATASTORE_disconnect(), GNUNET_DATASTORE_put(), GNUNET_DATASTORE_release_reserve(), GNUNET_DATASTORE_remove(), GNUNET_DATASTORE_reserve(), handle_status(), and mq_error_handler().