Message for notifying a disconnection in a path. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet_protocol.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_CADET_CONNECTION_BROKEN. More... | |
uint32_t | reserved |
For alignment. More... | |
struct GNUNET_CADET_ConnectionTunnelIdentifier | cid |
ID of the connection. More... | |
struct GNUNET_PeerIdentity | peer1 |
ID of the endpoint. More... | |
struct GNUNET_PeerIdentity | peer2 |
ID of the endpoint. More... | |
Message for notifying a disconnection in a path.
Definition at line 143 of file cadet_protocol.h.
struct GNUNET_MessageHeader GNUNET_CADET_ConnectionBrokenMessage::header |
Type: GNUNET_MESSAGE_TYPE_CADET_CONNECTION_BROKEN.
Definition at line 148 of file cadet_protocol.h.
uint32_t GNUNET_CADET_ConnectionBrokenMessage::reserved |
For alignment.
Definition at line 153 of file cadet_protocol.h.
struct GNUNET_CADET_ConnectionTunnelIdentifier GNUNET_CADET_ConnectionBrokenMessage::cid |
ID of the connection.
Definition at line 158 of file cadet_protocol.h.
Referenced by route_message(), send_broken(), and send_broken_without_mqm().
struct GNUNET_PeerIdentity GNUNET_CADET_ConnectionBrokenMessage::peer1 |
ID of the endpoint.
Definition at line 163 of file cadet_protocol.h.
Referenced by route_message(), send_broken(), and send_broken_without_mqm().
struct GNUNET_PeerIdentity GNUNET_CADET_ConnectionBrokenMessage::peer2 |
ID of the endpoint.
Definition at line 168 of file cadet_protocol.h.
Referenced by send_broken(), and send_broken_without_mqm().