GNUnet 0.21.1
GNUNET_TRANSPORT_CommunicatorBackchannel Struct Reference

Message from communicator to transport service asking for transmission of a backchannel message with the given peer pid and communicator. More...

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

Collaboration diagram for GNUNET_TRANSPORT_CommunicatorBackchannel:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_BACKCHANNEL. More...
 
uint32_t reserved
 Always zero, for alignment. More...
 
struct GNUNET_PeerIdentity pid
 Target peer. More...
 

Detailed Description

Message from communicator to transport service asking for transmission of a backchannel message with the given peer pid and communicator.

Definition at line 620 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_CommunicatorBackchannel::header

◆ reserved

uint32_t GNUNET_TRANSPORT_CommunicatorBackchannel::reserved

Always zero, for alignment.

Definition at line 630 of file transport.h.

◆ pid

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_CommunicatorBackchannel::pid

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