Context for the info handler. More...
Data Fields | |
struct GNUNET_PEERSTORE_Handle * | h |
Peerstore handle. More... | |
GNUNET_PEERSTORE_hello_notify_cb | callback |
Function to call with information. More... | |
void * | callback_cls |
Closure for callback. More... | |
struct GNUNET_PEERSTORE_Monitor * | wc |
The watch for this context. More... | |
unsigned int | canceled |
Is this request canceled. More... | |
uint32_t | rid |
Request ID. More... | |
Context for the info handler.
Definition at line 290 of file peerstore_api.c.
struct GNUNET_PEERSTORE_Handle* GNUNET_PEERSTORE_NotifyContext::h |
Peerstore handle.
Definition at line 295 of file peerstore_api.c.
GNUNET_PEERSTORE_hello_notify_cb GNUNET_PEERSTORE_NotifyContext::callback |
Function to call with information.
Definition at line 300 of file peerstore_api.c.
void* GNUNET_PEERSTORE_NotifyContext::callback_cls |
Closure for callback.
Definition at line 305 of file peerstore_api.c.
struct GNUNET_PEERSTORE_Monitor* GNUNET_PEERSTORE_NotifyContext::wc |
The watch for this context.
Definition at line 310 of file peerstore_api.c.
unsigned int GNUNET_PEERSTORE_NotifyContext::canceled |
Is this request canceled.
Definition at line 315 of file peerstore_api.c.
uint32_t GNUNET_PEERSTORE_NotifyContext::rid |
Request ID.
Definition at line 320 of file peerstore_api.c.