GNUnet 0.21.1
GNUNET_NAMECACHE_Header Struct Reference

Generic namecache message with op id. More...

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

Collaboration diagram for GNUNET_NAMECACHE_Header:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 header.type will be GNUNET_MESSAGE_TYPE_NAMECACHE_* header.size will be message size More...
 
uint32_t r_id
 Request ID in NBO. More...
 

Detailed Description

Generic namecache message with op id.

Definition at line 40 of file namecache.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_NAMECACHE_Header::header

header.type will be GNUNET_MESSAGE_TYPE_NAMECACHE_* header.size will be message size

Definition at line 46 of file namecache.h.

Referenced by handle_block_cache().

◆ r_id

uint32_t GNUNET_NAMECACHE_Header::r_id

Request ID in NBO.

Definition at line 51 of file namecache.h.

Referenced by handle_block_cache(), handle_lookup_block(), and handle_lookup_block_it().


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