![]() |
GNUnet
0.11.x
|
Cache a record in the namecache. More...
#include </home/handbook/gnunet/src/namecache/namecache.h>
Data Fields | |
struct GNUNET_NAMECACHE_Header | gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_BLOCK_CACHE. More... | |
struct GNUNET_TIME_AbsoluteNBO | expire |
Expiration time. More... | |
struct GNUNET_CRYPTO_EcdsaSignature | signature |
Signature. More... | |
struct GNUNET_IDENTITY_PublicKey | derived_key |
Derived public key. More... | |
Cache a record in the namecache.
Definition at line 104 of file namecache.h.
struct GNUNET_NAMECACHE_Header BlockCacheMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_BLOCK_CACHE.
Definition at line 109 of file namecache.h.
Referenced by GNUNET_NAMECACHE_block_cache(), and handle_block_cache().
struct GNUNET_TIME_AbsoluteNBO BlockCacheMessage::expire |
Expiration time.
Definition at line 114 of file namecache.h.
struct GNUNET_CRYPTO_EcdsaSignature BlockCacheMessage::signature |
Signature.
Definition at line 119 of file namecache.h.
struct GNUNET_IDENTITY_PublicKey BlockCacheMessage::derived_key |
Derived public key.
Definition at line 124 of file namecache.h.