GNUnet 0.21.1
015.c
Go to the documentation of this file.
1struct GNUNET_PEERSTORE_WatchContext *
3 const char *sub_system,
4 const struct GNUNET_PeerIdentity *peer,
5 const char *key,
7 void *callback_cls);
8
struct GNUNET_PEERSTORE_WatchContext * GNUNET_PEERSTORE_watch(struct GNUNET_PEERSTORE_Handle *h, const char *sub_system, const struct GNUNET_PeerIdentity *peer, const char *key, GNUNET_PEERSTORE_Processor callback, void *callback_cls)
static struct GNUNET_ARM_Handle * h
Connection with ARM.
Definition: gnunet-arm.c:99
struct GNUNET_HashCode key
The key used in the DHT.
void(* GNUNET_PEERSTORE_Processor)(void *cls, const struct GNUNET_PEERSTORE_Record *record, const char *emsg)
Function called by PEERSTORE for each matching record.
Handle to the PEERSTORE service.
Definition: peerstore_api.c:46
The identity of the host (wraps the signing key of the peer).