GNUnet 0.21.1
ZoneToNameMessage Struct Reference

Lookup a name for a zone hash. More...

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

Collaboration diagram for ZoneToNameMessage:
[legend]

Data Fields

struct GNUNET_NAMESTORE_Header gns_header
 Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_TO_NAME. More...
 
uint16_t key_len
 Length of the zone key. More...
 
uint16_t pkey_len
 Length of the public value zone key. More...
 

Detailed Description

Lookup a name for a zone hash.

Definition at line 329 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header ZoneToNameMessage::gns_header

Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_TO_NAME.

Definition at line 334 of file namestore.h.

Referenced by handle_zone_to_name().

◆ key_len

uint16_t ZoneToNameMessage::key_len

Length of the zone key.

Definition at line 339 of file namestore.h.

Referenced by GNUNET_NAMESTORE_zone_to_name(), and handle_zone_to_name().

◆ pkey_len

uint16_t ZoneToNameMessage::pkey_len

Length of the public value zone key.

Definition at line 344 of file namestore.h.

Referenced by GNUNET_NAMESTORE_zone_to_name(), and handle_zone_to_name().


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