Cache a record in the namecache. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/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... | |
Cache a record in the namecache.
Definition at line 94 of file namecache.h.
struct GNUNET_NAMECACHE_Header BlockCacheMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_BLOCK_CACHE.
Definition at line 99 of file namecache.h.
Referenced by handle_block_cache().
struct GNUNET_TIME_AbsoluteNBO BlockCacheMessage::expire |
Expiration time.
Definition at line 104 of file namecache.h.