![]() |
GNUnet
0.11.x
|
Response to a request to cache a block. More...
#include </home/handbook/gnunet/src/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 133 of file namecache.h.
struct GNUNET_NAMECACHE_Header BlockCacheResponseMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_BLOCK_CACHE_RESPONSE.
Definition at line 138 of file namecache.h.
Referenced by handle_block_cache(), and handle_block_cache_response().
int32_t BlockCacheResponseMessage::op_result |
GNUNET_OK on success, GNUNET_SYSERR error
Definition at line 143 of file namecache.h.
Referenced by handle_block_cache(), and handle_block_cache_response().