Context for the info handler. More...
Data Fields | |
| struct GNUNET_PEERSTORE_Handle * | h |
| Peerstore handle. | |
| GNUNET_PEERSTORE_hello_notify_cb | callback |
| Function to call with information. | |
| void * | callback_cls |
| Closure for callback. | |
| struct GNUNET_PEERSTORE_Monitor * | wc |
| The watch for this context. | |
| unsigned int | canceled |
| Is this request canceled. | |
| uint32_t | rid |
| Request ID. | |
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.