GNUnet 0.21.1
EditRecordSetMessage Struct Reference

Edit a record set and set editor hint/advisory lock. More...

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

Collaboration diagram for EditRecordSetMessage:
[legend]

Data Fields

struct GNUNET_NAMESTORE_Header gns_header
 Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_EDIT_RECORD_SET. More...
 
uint16_t label_len
 Length of the name. More...
 
uint16_t editor_hint_len
 Unused. More...
 
uint16_t reserved
 Unused. More...
 
uint16_t key_len
 Length of the zone key. More...
 

Detailed Description

Edit a record set and set editor hint/advisory lock.

Definition at line 203 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header EditRecordSetMessage::gns_header

Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_EDIT_RECORD_SET.

Definition at line 208 of file namestore.h.

Referenced by check_edit_record_set(), and handle_edit_record_set().

◆ label_len

uint16_t EditRecordSetMessage::label_len

Length of the name.

Definition at line 213 of file namestore.h.

Referenced by check_edit_record_set(), GNUNET_NAMESTORE_record_set_edit_begin(), and handle_edit_record_set().

◆ editor_hint_len

uint16_t EditRecordSetMessage::editor_hint_len

Unused.

Definition at line 218 of file namestore.h.

Referenced by check_edit_record_set(), and GNUNET_NAMESTORE_record_set_edit_begin().

◆ reserved

uint16_t EditRecordSetMessage::reserved

Unused.

Definition at line 223 of file namestore.h.

◆ key_len

uint16_t EditRecordSetMessage::key_len

Length of the zone key.

Definition at line 228 of file namestore.h.

Referenced by check_edit_record_set(), GNUNET_NAMESTORE_record_set_edit_begin(), and handle_edit_record_set().


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