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>
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... | |
Edit a record set and set editor hint/advisory lock.
Definition at line 214 of file namestore.h.
struct GNUNET_NAMESTORE_Header EditRecordSetMessage::gns_header |
Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_EDIT_RECORD_SET.
Definition at line 219 of file namestore.h.
Referenced by check_edit_record_set(), and handle_edit_record_set().
uint16_t EditRecordSetMessage::label_len |
Length of the name.
Definition at line 224 of file namestore.h.
Referenced by check_edit_record_set(), GNUNET_NAMESTORE_record_set_edit_begin(), and handle_edit_record_set().
uint16_t EditRecordSetMessage::editor_hint_len |
Unused.
Definition at line 229 of file namestore.h.
Referenced by check_edit_record_set(), and GNUNET_NAMESTORE_record_set_edit_begin().
uint16_t EditRecordSetMessage::reserved |
Unused.
Definition at line 234 of file namestore.h.
uint16_t EditRecordSetMessage::key_len |
Length of the zone key.
Definition at line 239 of file namestore.h.
Referenced by check_edit_record_set(), GNUNET_NAMESTORE_record_set_edit_begin(), and handle_edit_record_set().