GNUnet  0.20.0
RecordStoreMessage Struct Reference

Store a record to the namestore (as authority). More...

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

Collaboration diagram for RecordStoreMessage:
[legend]

Data Fields

struct GNUNET_NAMESTORE_Header gns_header
 Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_STORE. More...
 
uint16_t rd_set_count
 Number of record sets. More...
 
uint16_t key_len
 Length of the zone key. More...
 

Detailed Description

Store a record to the namestore (as authority).

Definition at line 86 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header RecordStoreMessage::gns_header

Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_STORE.

Definition at line 74 of file namestore.h.

Referenced by check_record_store(), and handle_record_store().

◆ rd_set_count

uint16_t RecordStoreMessage::rd_set_count

Number of record sets.

Definition at line 96 of file namestore.h.

Referenced by check_record_store(), GNUNET_NAMESTORE_records_store2(), and handle_record_store().

◆ key_len

uint16_t RecordStoreMessage::key_len

Length of the zone key.

Definition at line 101 of file namestore.h.

Referenced by check_record_store(), and handle_record_store().


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