GNUnet 0.21.1
GNUNET_CADET_ChannelInfoMessage Struct Reference

Message to inform the client about channels in the service. More...

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

Collaboration diagram for GNUNET_CADET_ChannelInfoMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNEL. More...
 
struct GNUNET_PeerIdentity root
 Root of the channel. More...
 
struct GNUNET_PeerIdentity dest
 Destination of the channel. More...
 

Detailed Description

Message to inform the client about channels in the service.

Definition at line 365 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_ChannelInfoMessage::header

Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNEL.

Definition at line 370 of file cadet.h.

◆ root

struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInfoMessage::root

Root of the channel.

Definition at line 375 of file cadet.h.

Referenced by handle_channel_info().

◆ dest

struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInfoMessage::dest

Destination of the channel.

Definition at line 380 of file cadet.h.

Referenced by typescriptdomain.MyPygmentsBridge::__init__(), and handle_channel_info().


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