Context for a add hello uri request. More...
Data Fields | |
struct GNUNET_PEERSTORE_Handle * | h |
Peerstore handle. More... | |
GNUNET_PEERSTORE_Continuation | cont |
Function to call with information. More... | |
void * | cont_cls |
Closure for callback. More... | |
struct GNUNET_MessageHeader * | hello |
Hello uri which was request for storing. More... | |
struct GNUNET_PeerIdentity | pid |
The peer id for the hello. More... | |
struct GNUNET_PEERSTORE_StoreContext * | sc |
Store operation for the merge. More... | |
struct GNUNET_PEERSTORE_IterateContext * | ic |
The iteration for the merge. More... | |
Context for a add hello uri request.
Definition at line 100 of file peerstore_api.c.
struct GNUNET_PEERSTORE_Handle* GNUNET_PEERSTORE_StoreHelloContext::h |
Peerstore handle.
Definition at line 105 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_hello_add(), and hello_add_iter().
GNUNET_PEERSTORE_Continuation GNUNET_PEERSTORE_StoreHelloContext::cont |
Function to call with information.
Definition at line 110 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_hello_add(), hello_add_iter(), and hello_store_success().
void* GNUNET_PEERSTORE_StoreHelloContext::cont_cls |
Closure for callback.
Definition at line 115 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_hello_add(), hello_add_iter(), and hello_store_success().
struct GNUNET_MessageHeader* GNUNET_PEERSTORE_StoreHelloContext::hello |
Hello uri which was request for storing.
Definition at line 120 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_hello_add(), GNUNET_PEERSTORE_hello_add_cancel(), hello_add_iter(), and hello_store_success().
struct GNUNET_PeerIdentity GNUNET_PEERSTORE_StoreHelloContext::pid |
The peer id for the hello.
Definition at line 125 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_hello_add(), and hello_add_iter().
struct GNUNET_PEERSTORE_StoreContext* GNUNET_PEERSTORE_StoreHelloContext::sc |
Store operation for the merge.
Definition at line 130 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_hello_add_cancel(), hello_add_iter(), and hello_store_success().
struct GNUNET_PEERSTORE_IterateContext* GNUNET_PEERSTORE_StoreHelloContext::ic |
The iteration for the merge.
Definition at line 135 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_hello_add(), GNUNET_PEERSTORE_hello_add_cancel(), and hello_add_iter().