GNUnet 0.24.1-15-gab6ed22f1
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 63 of file gnunet-namestore.c.

Field Documentation

◆ next

struct MarkedRecord* MarkedRecord::next

DLL.

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

Referenced by reset_handles().

◆ prev

struct MarkedRecord* MarkedRecord::prev

DLL.

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

◆ name

char* MarkedRecord::name

Ego Identifier.

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

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

◆ key

struct GNUNET_CRYPTO_PrivateKey MarkedRecord::key

The zone key.

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

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


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