GNUnet 0.21.1
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

◆ a_rd

struct GNUNET_GNSRECORD_Data* GNUNET_NAMESTORE_RecordInfo::a_rd

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