GNUnet 0.21.1
GNUNET_CADET_LocalChannelCreateMessage Struct Reference

Message for a client to create channels. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet.h>

Collaboration diagram for GNUNET_CADET_LocalChannelCreateMessage:
[legend]

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...
 

Detailed Description

Message for a client to create channels.

Definition at line 200 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_LocalChannelCreateMessage::header

Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_CHANNEL_CREATE.

Size: sizeof(struct GNUNET_CADET_ChannelOpenMessageMessage)

Definition at line 207 of file cadet.h.

◆ ccn

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().

◆ peer

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().

◆ port

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().

◆ opt

uint32_t GNUNET_CADET_LocalChannelCreateMessage::opt

Options.

Definition at line 227 of file cadet.h.

Referenced by GSC_bind(), and handle_channel_create().


The documentation for this struct was generated from the following file: