Entry in record set for bulk processing. More...
Data Fields | |
| struct RecordSetEntry * | next |
| Kept in a linked list. | |
| struct GNUNET_GNSRECORD_Data | record |
| The record to add/remove. | |
Entry in record set for bulk processing.
Definition at line 47 of file gnunet-namestore.c.
| 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().
| struct GNUNET_GNSRECORD_Data RecordSetEntry::record |
The record to add/remove.
Definition at line 57 of file gnunet-namestore.c.
Referenced by parse_recordline().