GNUnet 0.22.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 47 of file gnunet-namestore.c.

Field Documentation

◆ next

struct RecordSetEntry* RecordSetEntry::next

Kept in a linked list.

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

Referenced by clear_recordset(), parse_recordline(), process_command_stdin(), and run_with_zone_pkey().

◆ record

struct GNUNET_GNSRECORD_Data RecordSetEntry::record

The record to add/remove.

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

Referenced by parse_recordline().


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