GNUnet 0.21.1
GNUNET_CADET_ChannelInternals Struct Reference

Internal details about a channel. More...

#include <gnunet_cadet_service.h>

Collaboration diagram for GNUNET_CADET_ChannelInternals:
[legend]

Data Fields

struct GNUNET_PeerIdentity root
 Root of the channel. More...
 
struct GNUNET_PeerIdentity dest
 Destination of the channel. More...
 

Detailed Description

Internal details about a channel.

Definition at line 340 of file gnunet_cadet_service.h.

Field Documentation

◆ root

struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInternals::root

Root of the channel.

Definition at line 345 of file gnunet_cadet_service.h.

Referenced by handle_channel_info().

◆ dest

struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInternals::dest

Destination of the channel.

Definition at line 350 of file gnunet_cadet_service.h.

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


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