GNUnet 0.21.1
EditRecordSetResponseMessage Struct Reference

Response to RecordSetEditMessage. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namestore/namestore.h>

Collaboration diagram for EditRecordSetResponseMessage:
[legend]

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...
 

Detailed Description

Response to RecordSetEditMessage.

Definition at line 130 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header EditRecordSetResponseMessage::gns_header

Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_SET_EDIT_RESPONSE.

Definition at line 135 of file namestore.h.

Referenced by handle_edit_record_set().

◆ editor_hint_len

uint16_t EditRecordSetResponseMessage::editor_hint_len

Length of the editor hint.

Definition at line 140 of file namestore.h.

Referenced by handle_edit_record_set().

◆ ec

uint16_t EditRecordSetResponseMessage::ec

Reserved.

Definition at line 145 of file namestore.h.

Referenced by handle_edit_record_set().

◆ rd_len

uint16_t EditRecordSetResponseMessage::rd_len

Length of serialized record data.

Definition at line 150 of file namestore.h.

Referenced by handle_edit_record_set().

◆ rd_count

uint16_t EditRecordSetResponseMessage::rd_count

Number of records contained.

Definition at line 155 of file namestore.h.

Referenced by handle_edit_record_set().


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