Response to RecordSetEditMessage. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/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.   | |
| uint16_t | editor_hint_len | 
| Length of the editor hint.   | |
| uint16_t | ec | 
| Reserved.   | |
| uint16_t | rd_len | 
| Length of serialized record data.   | |
| uint16_t | rd_count | 
| Number of records contained.   | |
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().