GNUnet 0.21.1
GNUNET_SETI_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/service/seti/seti.h>

Collaboration diagram for GNUNET_SETI_RejectMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SETI_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 106 of file seti.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SETI_RejectMessage::header

Type: GNUNET_MESSAGE_TYPE_SETI_REJECT.

Definition at line 111 of file seti.h.

◆ accept_reject_id

uint32_t GNUNET_SETI_RejectMessage::accept_reject_id

ID of the incoming request we want to reject.

Definition at line 116 of file seti.h.

Referenced by handle_request().


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