A struct for record bulk import. More...
#include <gnunet_namestore_service.h>
Data Fields | |
const char * | a_label |
unsigned int | a_rd_count |
struct GNUNET_GNSRECORD_Data * | a_rd |
A struct for record bulk import.
The fields are arrays pointing to individual GNS records and names.
Definition at line 88 of file gnunet_namestore_service.h.
const char* GNUNET_NAMESTORE_RecordInfo::a_label |
Definition at line 90 of file gnunet_namestore_service.h.
Referenced by GNUNET_NAMESTORE_record_set_store(), GNUNET_NAMESTORE_records_store(), and process_command_stdin().
unsigned int GNUNET_NAMESTORE_RecordInfo::a_rd_count |
Definition at line 91 of file gnunet_namestore_service.h.
Referenced by GNUNET_NAMESTORE_record_set_store(), GNUNET_NAMESTORE_records_store(), and process_command_stdin().
struct GNUNET_GNSRECORD_Data* GNUNET_NAMESTORE_RecordInfo::a_rd |
Definition at line 92 of file gnunet_namestore_service.h.
Referenced by batch_insert_recordinfo(), GNUNET_NAMESTORE_record_set_store(), GNUNET_NAMESTORE_records_store(), and process_command_stdin().