GNUnet 0.21.1
GNUNET_SETU_RequestMessage Struct Reference

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

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

Collaboration diagram for GNUNET_SETU_RequestMessage:
[legend]

Data Fields

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

Detailed Description

A request for an operation with another client.

Definition at line 174 of file setu.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SETU_RequestMessage::header

Type: GNUNET_MESSAGE_TYPE_SETU_REQUEST.

Definition at line 179 of file setu.h.

◆ accept_id

uint32_t GNUNET_SETU_RequestMessage::accept_id

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

Definition at line 185 of file setu.h.

Referenced by handle_incoming_msg().

◆ peer_id

struct GNUNET_PeerIdentity GNUNET_SETU_RequestMessage::peer_id

Identity of the requesting peer.

Definition at line 190 of file setu.h.

Referenced by handle_incoming_msg().


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