GNUnet 0.28.1-dev.5-1-gae1c02d74
 
Loading...
Searching...
No Matches
BlockDeleteResponseMessage Struct Reference

Response to a request to remove a block. More...

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

Collaboration diagram for BlockDeleteResponseMessage:
[legend]

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
 

Detailed Description

Response to a request to remove a block.

Definition at line 130 of file namecache.h.

Field Documentation

◆ gns_header

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().

◆ op_result

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().


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