GNUnet 0.21.1
GNUNET_CADET_PortMessage Struct Reference

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

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

Collaboration diagram for GNUNET_CADET_PortMessage:
[legend]

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

Detailed Description

Message for a client to create and destroy channels.

Definition at line 180 of file cadet.h.

Field Documentation

◆ header

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)

Definition at line 188 of file cadet.h.

◆ port

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


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