Message for a client to create 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_CHANNEL_CREATE. More... | |
struct GNUNET_CADET_ClientChannelNumber | ccn |
ID of a channel controlled by this client. More... | |
struct GNUNET_PeerIdentity | peer |
Channel's peer. More... | |
struct GNUNET_HashCode | port |
Port of the channel. More... | |
uint32_t | opt |
Options. More... | |
struct GNUNET_MessageHeader GNUNET_CADET_LocalChannelCreateMessage::header |
Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_CHANNEL_CREATE.
Size: sizeof(struct GNUNET_CADET_ChannelOpenMessageMessage)
struct GNUNET_CADET_ClientChannelNumber GNUNET_CADET_LocalChannelCreateMessage::ccn |
ID of a channel controlled by this client.
Definition at line 212 of file cadet.h.
Referenced by GSC_bind(), and handle_channel_create().
struct GNUNET_PeerIdentity GNUNET_CADET_LocalChannelCreateMessage::peer |
Channel's peer.
Definition at line 217 of file cadet.h.
Referenced by GSC_bind(), and handle_channel_create().
struct GNUNET_HashCode GNUNET_CADET_LocalChannelCreateMessage::port |
Port of the channel.
Definition at line 222 of file cadet.h.
Referenced by GSC_bind(), and handle_channel_create().
uint32_t GNUNET_CADET_LocalChannelCreateMessage::opt |
Options.
Definition at line 227 of file cadet.h.
Referenced by GSC_bind(), and handle_channel_create().