GNUnet 0.21.2
BlockCacheResponseMessage Struct Reference

Response to a request to cache a block. More...

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

Collaboration diagram for BlockCacheResponseMessage:
[legend]

Data Fields

struct GNUNET_NAMECACHE_Header gns_header
 Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_BLOCK_CACHE_RESPONSE. More...
 
int32_t op_result
 GNUNET_OK on success, GNUNET_SYSERR error More...
 

Detailed Description

Response to a request to cache a block.

Definition at line 113 of file namecache.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMECACHE_Header BlockCacheResponseMessage::gns_header

Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_BLOCK_CACHE_RESPONSE.

Definition at line 118 of file namecache.h.

Referenced by handle_block_cache().

◆ op_result

int32_t BlockCacheResponseMessage::op_result

GNUNET_OK on success, GNUNET_SYSERR error

Definition at line 123 of file namecache.h.

Referenced by handle_block_cache().


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