Lookup a block 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_LOOKUP_BLOCK. More... | |
struct GNUNET_HashCode | query |
The query. More... | |
Lookup a block in the namecache.
Definition at line 58 of file namecache.h.
struct GNUNET_NAMECACHE_Header LookupBlockMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_LOOKUP_BLOCK.
Definition at line 63 of file namecache.h.
Referenced by handle_lookup_block().
struct GNUNET_HashCode LookupBlockMessage::query |
The query.
Definition at line 68 of file namecache.h.
Referenced by gnunet-chk.Chk::__init__(), handle_lookup_block(), and gnunet-chk.Chk::uri().