Message carrying record key hash. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/peerstore/peerstore.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
GNUnet message header. More... | |
uint32_t | rid |
Request id. More... | |
struct GNUNET_HashCode | keyhash |
Hash of a record key. More... | |
Message carrying record key hash.
Definition at line 117 of file peerstore.h.
struct GNUNET_MessageHeader StoreKeyHashMessage::header |
GNUnet message header.
Definition at line 110 of file peerstore.h.
uint32_t StoreKeyHashMessage::rid |
Request id.
Definition at line 127 of file peerstore.h.
Referenced by GNUNET_PEERSTORE_watch_cancel(), rewatch_it(), and watch_iterate().
struct GNUNET_HashCode StoreKeyHashMessage::keyhash |
Hash of a record key.
Definition at line 127 of file peerstore.h.
Referenced by GNUNET_PEERSTORE_watch_cancel(), handle_watch(), handle_watch_cancel(), rewatch_it(), and watch_iterate().