GNUnet 0.28.1-dev.5-1-gae1c02d74
 
Loading...
Searching...
No Matches
GNUNET_NAMESTORE_RecordInfo Struct Reference

A struct for record bulk import. More...

#include <gnunet_namestore_service.h>

Collaboration diagram for GNUNET_NAMESTORE_RecordInfo:
[legend]

Data Fields

const char * a_label
 
unsigned int a_rd_count
 
struct GNUNET_GNSRECORD_Dataa_rd
 

Detailed Description

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.

Field Documentation

◆ a_label

const char* GNUNET_NAMESTORE_RecordInfo::a_label

◆ a_rd_count

unsigned int GNUNET_NAMESTORE_RecordInfo::a_rd_count

Definition at line 91 of file gnunet_namestore_service.h.

Referenced by append_recordset(), and GNUNET_NAMESTORE_records_store().

◆ a_rd

struct GNUNET_GNSRECORD_Data* GNUNET_NAMESTORE_RecordInfo::a_rd

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