Response to a request to cache a block. 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_RESPONSE. More... | |
int32_t | op_result |
GNUNET_OK on success, GNUNET_SYSERR error More... | |
Response to a request to cache a block.
Definition at line 113 of file namecache.h.
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().
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().