Entry in list of cached nick resolutions. More...
Data Fields | |
struct GNUNET_CRYPTO_PrivateKey | zone |
Zone the cache entry is for. More... | |
struct GNUNET_GNSRECORD_Data * | rd |
Cached record data. More... | |
struct GNUNET_TIME_Absolute | last_used |
Timestamp when this cache entry was used last. More... | |
Entry in list of cached nick resolutions.
Definition at line 305 of file gnunet-service-namestore.c.
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().
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().
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().