GNUnet 0.21.1
GNUNET_SET_RejectMessage Struct Reference

Message sent by a listening client to the service to reject performing the operation with the other peer. More...

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

Collaboration diagram for GNUNET_SET_RejectMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SET_REJECT. More...
 
uint32_t accept_reject_id
 ID of the incoming request we want to reject. More...
 

Detailed Description

Message sent by a listening client to the service to reject performing the operation with the other peer.

Definition at line 135 of file set.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SET_RejectMessage::header

Type: GNUNET_MESSAGE_TYPE_SET_REJECT.

Definition at line 140 of file set.h.

◆ accept_reject_id

uint32_t GNUNET_SET_RejectMessage::accept_reject_id

ID of the incoming request we want to reject.

Definition at line 145 of file set.h.

Referenced by handle_request().


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