GNUnet 0.21.1
GNUNET_TRANSPORT_CommunicatorBackchannelIncoming Struct Reference

Message from transport to communicator passing along a backchannel message from the given peer pid. More...

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

Collaboration diagram for GNUNET_TRANSPORT_CommunicatorBackchannelIncoming:
[legend]

Data Fields

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

Detailed Description

Message from transport to communicator passing along a backchannel message from the given peer pid.

Definition at line 649 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_CommunicatorBackchannelIncoming::header

◆ reserved

uint32_t GNUNET_TRANSPORT_CommunicatorBackchannelIncoming::reserved

Always zero, for alignment.

Definition at line 660 of file transport.h.

◆ pid

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_CommunicatorBackchannelIncoming::pid

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