Response to a request to remove a block. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/namecache/namecache.h>
Data Fields | |
| struct GNUNET_NAMECACHE_Header | gns_header |
| Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_BLOCK_DELETE_RESPONSE. | |
| int32_t | op_result |
| GNUNET_OK on success, GNUNET_NO if there was no such block, GNUNET_SYSERR on error | |
Response to a request to remove a block.
Definition at line 130 of file namecache.h.
| struct GNUNET_NAMECACHE_Header BlockDeleteResponseMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_BLOCK_DELETE_RESPONSE.
Definition at line 135 of file namecache.h.
Referenced by handle_block_delete().
| int32_t BlockDeleteResponseMessage::op_result |
GNUNET_OK on success, GNUNET_NO if there was no such block, GNUNET_SYSERR on error
Definition at line 141 of file namecache.h.
Referenced by handle_block_delete().