GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
GNUNET_SET_RequestMessage Struct Reference

A request for an operation with another client. More...

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

Collaboration diagram for GNUNET_SET_RequestMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SET_REQUEST.
 
uint32_t accept_id
 ID of the to identify the request when accepting or rejecting it.
 
struct GNUNET_PeerIdentity peer_id
 Identity of the requesting peer.
 

Detailed Description

A request for an operation with another client.

Definition at line 152 of file set.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SET_RequestMessage::header

Type: GNUNET_MESSAGE_TYPE_SET_REQUEST.

Definition at line 157 of file set.h.

◆ accept_id

uint32_t GNUNET_SET_RequestMessage::accept_id

ID of the to identify the request when accepting or rejecting it.

Definition at line 163 of file set.h.

Referenced by handle_incoming_msg().

◆ peer_id

struct GNUNET_PeerIdentity GNUNET_SET_RequestMessage::peer_id

Identity of the requesting peer.

Definition at line 168 of file set.h.

Referenced by handle_incoming_msg().


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