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>
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... | |
Message sent by a listening client to the service to accept performing the operation with the other peer.
struct GNUNET_MessageHeader GNUNET_SETI_AcceptMessage::header |
uint32_t GNUNET_SETI_AcceptMessage::accept_reject_id |
uint32_t GNUNET_SETI_AcceptMessage::request_id |
uint32_t GNUNET_SETI_AcceptMessage::return_intersection |