GNUnet 0.21.2
RecordStoreMessage Struct Reference

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

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/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 reserved
 Reserved. More...
 
uint16_t single_tx
 GNUNET_YES if all sets should be stored in a single transaction (e.g. 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 91 of file namestore.h.

Referenced by check_record_store(), and handle_record_store().

◆ reserved

uint16_t RecordStoreMessage::reserved

Reserved.

Definition at line 96 of file namestore.h.

◆ single_tx

uint16_t RecordStoreMessage::single_tx

GNUNET_YES if all sets should be stored in a single transaction (e.g.

BEGIN/COMMIT).

Definition at line 102 of file namestore.h.

Referenced by handle_record_store().

◆ rd_set_count

uint16_t RecordStoreMessage::rd_set_count

Number of record sets.

Definition at line 107 of file namestore.h.

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

◆ key_len

uint16_t RecordStoreMessage::key_len

Length of the zone key.

Definition at line 112 of file namestore.h.

Referenced by check_record_store(), and handle_record_store().


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