GNUnet 0.24.4-talerdev.1-12-g8362a9920
 
Loading...
Searching...
No Matches
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_release/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.
 
uint32_t reserved
 Always zero, for alignment.
 
struct GNUNET_PeerIdentity pid
 Target peer.
 

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 626 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 636 of file transport.h.

◆ pid

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_CommunicatorBackchannel::pid

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