Message for a client to create and destroy channels. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_PORT_OPEN or GNUNET_MESSAGE_TYPE_CADET_LOCAL_PORT_CLOSE. More... | |
struct GNUNET_HashCode | port |
Port to open/close. More... | |
struct GNUNET_MessageHeader GNUNET_CADET_PortMessage::header |
Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_PORT_OPEN or GNUNET_MESSAGE_TYPE_CADET_LOCAL_PORT_CLOSE.
Size: sizeof(struct GNUNET_CADET_ChannelMessage)
struct GNUNET_HashCode GNUNET_CADET_PortMessage::port |
Port to open/close.
Definition at line 193 of file cadet.h.
Referenced by handle_port_close(), and handle_port_open().