GNUnet 0.21.1
MarkedRecord Struct Reference

The record marked for deletion. More...

Collaboration diagram for MarkedRecord:
[legend]

Data Fields

struct MarkedRecordnext
 DLL. More...
 
struct MarkedRecordprev
 DLL. More...
 
char * name
 Ego Identifier. More...
 
struct GNUNET_CRYPTO_PrivateKey key
 The zone key. More...
 

Detailed Description

The record marked for deletion.

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

Field Documentation

◆ next

struct MarkedRecord* MarkedRecord::next

DLL.

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

Referenced by reset_handles().

◆ prev

struct MarkedRecord* MarkedRecord::prev

DLL.

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

◆ name

char* MarkedRecord::name

Ego Identifier.

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

Referenced by collect_orphans(), collect_zone_records_to_purge(), purge_next_record(), and reset_handles().

◆ key


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