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>
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... | |
Message from communicator to transport service asking for transmission of a backchannel message with the given peer pid and communicator.
Definition at line 625 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_CommunicatorBackchannel::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_BACKCHANNEL.
Definition at line 630 of file transport.h.
Referenced by check_communicator_backchannel(), and GNUNET_TRANSPORT_communicator_notify().
uint32_t GNUNET_TRANSPORT_CommunicatorBackchannel::reserved |
Always zero, for alignment.
Definition at line 635 of file transport.h.
struct GNUNET_PeerIdentity GNUNET_TRANSPORT_CommunicatorBackchannel::pid |
Target peer.
Definition at line 640 of file transport.h.
Referenced by GNUNET_TRANSPORT_communicator_notify(), and handle_communicator_backchannel().