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_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... | |
Edit a record set and set editor hint/advisory lock.
Definition at line 252 of file namestore.h.
struct GNUNET_NAMESTORE_Header EditRecordSetCancelMessage::gns_header |
Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_EDIT_RECORD_SET_CANCEL.
Definition at line 257 of file namestore.h.
Referenced by check_edit_record_set_cancel(), and handle_edit_record_set_cancel().
uint16_t EditRecordSetCancelMessage::label_len |
Length of the name.
Definition at line 262 of file namestore.h.
Referenced by check_edit_record_set_cancel(), GNUNET_NAMESTORE_record_set_edit_cancel(), and handle_edit_record_set_cancel().
uint16_t EditRecordSetCancelMessage::editor_hint_len |
Unused.
Definition at line 267 of file namestore.h.
Referenced by check_edit_record_set_cancel(), GNUNET_NAMESTORE_record_set_edit_cancel(), and handle_edit_record_set_cancel().
uint16_t EditRecordSetCancelMessage::editor_hint_replacement_len |
Unused.
Definition at line 272 of file namestore.h.
Referenced by GNUNET_NAMESTORE_record_set_edit_cancel().
uint16_t EditRecordSetCancelMessage::key_len |
Length of the zone key.
Definition at line 277 of file namestore.h.
Referenced by check_edit_record_set_cancel(), GNUNET_NAMESTORE_record_set_edit_cancel(), and handle_edit_record_set_cancel().