GNUnet  0.21.0
StoreKeyHashMessage Struct Reference

Message carrying record key hash. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/peerstore/peerstore.h>

Collaboration diagram for StoreKeyHashMessage:
[legend]

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...
 

Detailed Description

Message carrying record key hash.

Definition at line 117 of file peerstore.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader StoreKeyHashMessage::header

GNUnet message header.

Definition at line 110 of file peerstore.h.

◆ rid

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().

◆ keyhash

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().


The documentation for this struct was generated from the following file: