GNUnet 0.21.1
NickCache Struct Reference

Entry in list of cached nick resolutions. More...

Collaboration diagram for NickCache:
[legend]

Data Fields

struct GNUNET_CRYPTO_PrivateKey zone
 Zone the cache entry is for. More...
 
struct GNUNET_GNSRECORD_Datard
 Cached record data. More...
 
struct GNUNET_TIME_Absolute last_used
 Timestamp when this cache entry was used last. More...
 

Detailed Description

Entry in list of cached nick resolutions.

Definition at line 305 of file gnunet-service-namestore.c.

Field Documentation

◆ zone

struct GNUNET_CRYPTO_PrivateKey NickCache::zone

Zone the cache entry is for.

Definition at line 310 of file gnunet-service-namestore.c.

Referenced by cache_nick(), and get_nick_record().

◆ rd

struct GNUNET_GNSRECORD_Data* NickCache::rd

Cached record data.

Definition at line 315 of file gnunet-service-namestore.c.

Referenced by cache_nick(), and get_nick_record().

◆ last_used

struct GNUNET_TIME_Absolute NickCache::last_used

Timestamp when this cache entry was used last.

Definition at line 320 of file gnunet-service-namestore.c.

Referenced by cache_nick(), and get_nick_record().


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