GNUnet 0.28.0-dev.1-1-gd5f66caac
 
Loading...
Searching...
No Matches
NickCache Struct Reference

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

Collaboration diagram for NickCache:
[legend]

Data Fields

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

Detailed Description

Entry in list of cached nick resolutions.

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

Field Documentation

◆ zone

struct GNUNET_CRYPTO_BlindablePrivateKey NickCache::zone

Zone the cache entry is for.

Definition at line 311 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 316 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 321 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: