GNUnet 0.21.1
BlockCacheMessage Struct Reference

Cache a record in the namecache. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namecache/namecache.h>

Collaboration diagram for BlockCacheMessage:
[legend]

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...
 

Detailed Description

Cache a record in the namecache.

Definition at line 94 of file namecache.h.

Field Documentation

◆ gns_header

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().

◆ expire

struct GNUNET_TIME_AbsoluteNBO BlockCacheMessage::expire

Expiration time.

Definition at line 104 of file namecache.h.


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