Response to RecordSetEditMessage. 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_RECORD_SET_EDIT_RESPONSE. More... | |
uint16_t | editor_hint_len |
Length of the editor hint. More... | |
uint16_t | ec |
Reserved. More... | |
uint16_t | rd_len |
Length of serialized record data. More... | |
uint16_t | rd_count |
Number of records contained. More... | |
Response to RecordSetEditMessage.
Definition at line 141 of file namestore.h.
struct GNUNET_NAMESTORE_Header EditRecordSetResponseMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_SET_EDIT_RESPONSE.
Definition at line 146 of file namestore.h.
Referenced by handle_edit_record_set().
uint16_t EditRecordSetResponseMessage::editor_hint_len |
Length of the editor hint.
Definition at line 151 of file namestore.h.
Referenced by handle_edit_record_set().
uint16_t EditRecordSetResponseMessage::ec |
uint16_t EditRecordSetResponseMessage::rd_len |
Length of serialized record data.
Definition at line 161 of file namestore.h.
Referenced by handle_edit_record_set().
uint16_t EditRecordSetResponseMessage::rd_count |
Number of records contained.
Definition at line 166 of file namestore.h.
Referenced by handle_edit_record_set().