GNUnet 0.21.1
RecordSetEntry Struct Reference

Entry in record set for bulk processing. More...

Collaboration diagram for RecordSetEntry:
[legend]

Data Fields

struct RecordSetEntrynext
 Kept in a linked list. More...
 
struct GNUNET_GNSRECORD_Data record
 The record to add/remove. More...
 

Detailed Description

Entry in record set for bulk processing.

Definition at line 46 of file gnunet-namestore.c.

Field Documentation

◆ next

struct RecordSetEntry* RecordSetEntry::next

Kept in a linked list.

Definition at line 51 of file gnunet-namestore.c.

Referenced by parse_recordline(), reset_handles(), and run_with_zone_pkey().

◆ record

struct GNUNET_GNSRECORD_Data RecordSetEntry::record

The record to add/remove.

Definition at line 56 of file gnunet-namestore.c.

Referenced by parse_recordline().


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