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>
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... | |
Message from transport to communicator passing along a backchannel message from the given peer pid.
Definition at line 654 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_CommunicatorBackchannelIncoming::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_BACKCHANNEL_INCOMING.
Definition at line 660 of file transport.h.
uint32_t GNUNET_TRANSPORT_CommunicatorBackchannelIncoming::reserved |
Always zero, for alignment.
Definition at line 665 of file transport.h.
struct GNUNET_PeerIdentity GNUNET_TRANSPORT_CommunicatorBackchannelIncoming::pid |
Origin peer.
Definition at line 670 of file transport.h.
Referenced by handle_backchannel_encapsulation(), handle_backchannel_incoming(), and handle_communicator_backchannel().