GNUnet 0.21.1
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 118 of file peerstore.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader StoreKeyHashMessage::header

GNUnet message header.

Definition at line 123 of file peerstore.h.

◆ rid

uint32_t StoreKeyHashMessage::rid

Request id.

Definition at line 128 of file peerstore.h.

◆ keyhash

struct GNUNET_HashCode StoreKeyHashMessage::keyhash

Hash of a record key.

Definition at line 133 of file peerstore.h.


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