GNUnet 0.21.1
GNUNET_SETI_AcceptMessage Struct Reference

Message sent by a listening client to the service to accept 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_AcceptMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SETI_ACCEPT. More...
 
uint32_t accept_reject_id
 ID of the incoming request we want to accept. More...
 
uint32_t request_id
 Request ID to identify responses. More...
 
uint32_t return_intersection
 Return the intersection (1), instead of the elements to remove / the delta (0), in NBO. More...
 

Detailed Description

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

Definition at line 76 of file seti.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SETI_AcceptMessage::header

Type: GNUNET_MESSAGE_TYPE_SETI_ACCEPT.

Definition at line 81 of file seti.h.

◆ accept_reject_id

uint32_t GNUNET_SETI_AcceptMessage::accept_reject_id

ID of the incoming request we want to accept.

Definition at line 86 of file seti.h.

◆ request_id

uint32_t GNUNET_SETI_AcceptMessage::request_id

Request ID to identify responses.

Definition at line 91 of file seti.h.

◆ return_intersection

uint32_t GNUNET_SETI_AcceptMessage::return_intersection

Return the intersection (1), instead of the elements to remove / the delta (0), in NBO.

Definition at line 97 of file seti.h.


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