Message to destroy a connection. 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_DESTROY. More... | |
uint32_t | reserved |
For alignment. More... | |
struct GNUNET_CADET_ConnectionTunnelIdentifier | cid |
ID of the connection. More... | |
Message to destroy a connection.
Definition at line 175 of file cadet_protocol.h.
struct GNUNET_MessageHeader GNUNET_CADET_ConnectionDestroyMessage::header |
Type: GNUNET_MESSAGE_TYPE_CADET_CONNECTION_DESTROY.
Definition at line 180 of file cadet_protocol.h.
uint32_t GNUNET_CADET_ConnectionDestroyMessage::reserved |
For alignment.
Definition at line 185 of file cadet_protocol.h.
struct GNUNET_CADET_ConnectionTunnelIdentifier GNUNET_CADET_ConnectionDestroyMessage::cid |
ID of the connection.
Definition at line 190 of file cadet_protocol.h.
Referenced by GCC_destroy_without_tunnel().