Store a record to the namestore (as authority). 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_STORE. More... | |
uint16_t | reserved |
Reserved. More... | |
uint16_t | single_tx |
GNUNET_YES if all sets should be stored in a single transaction (e.g. More... | |
uint16_t | rd_set_count |
Number of record sets. More... | |
uint16_t | key_len |
Length of the zone key. More... | |
Store a record to the namestore (as authority).
Definition at line 86 of file namestore.h.
struct GNUNET_NAMESTORE_Header RecordStoreMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_STORE.
Definition at line 91 of file namestore.h.
Referenced by check_record_store(), and handle_record_store().
uint16_t RecordStoreMessage::reserved |
Reserved.
Definition at line 96 of file namestore.h.
uint16_t RecordStoreMessage::single_tx |
GNUNET_YES if all sets should be stored in a single transaction (e.g.
BEGIN/COMMIT).
Definition at line 102 of file namestore.h.
Referenced by handle_record_store().
uint16_t RecordStoreMessage::rd_set_count |
Number of record sets.
Definition at line 107 of file namestore.h.
Referenced by check_record_store(), GNUNET_NAMESTORE_records_store(), and handle_record_store().
uint16_t RecordStoreMessage::key_len |
Length of the zone key.
Definition at line 112 of file namestore.h.
Referenced by check_record_store(), and handle_record_store().