GNUnet 0.21.1
EditRecordSetCancelMessage 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 EditRecordSetCancelMessage:
[legend]

Data Fields

struct GNUNET_NAMESTORE_Header gns_header
 Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_EDIT_RECORD_SET_CANCEL. More...
 
uint16_t label_len
 Length of the name. More...
 
uint16_t editor_hint_len
 Unused. More...
 
uint16_t editor_hint_replacement_len
 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 241 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header EditRecordSetCancelMessage::gns_header

Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_EDIT_RECORD_SET_CANCEL.

Definition at line 246 of file namestore.h.

Referenced by check_edit_record_set_cancel(), and handle_edit_record_set_cancel().

◆ label_len

uint16_t EditRecordSetCancelMessage::label_len

◆ editor_hint_len

uint16_t EditRecordSetCancelMessage::editor_hint_len

◆ editor_hint_replacement_len

uint16_t EditRecordSetCancelMessage::editor_hint_replacement_len

Unused.

Definition at line 261 of file namestore.h.

Referenced by GNUNET_NAMESTORE_record_set_edit_cancel().

◆ key_len

uint16_t EditRecordSetCancelMessage::key_len

Length of the zone key.

Definition at line 266 of file namestore.h.

Referenced by check_edit_record_set_cancel(), GNUNET_NAMESTORE_record_set_edit_cancel(), and handle_edit_record_set_cancel().


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