GNUnet 0.21.1
GNUNET_CADET_ChannelInfo Union Reference

Union to retrieve info about a channel. More...

#include <gnunet_cadet_service.h>

Collaboration diagram for GNUNET_CADET_ChannelInfo:
[legend]

Data Fields

int yes_no
 GNUNET_YES / GNUNET_NO, for binary flags. More...
 
const struct GNUNET_PeerIdentity peer
 Peer on the other side of the channel. More...
 

Detailed Description

Union to retrieve info about a channel.

Definition at line 297 of file gnunet_cadet_service.h.

Field Documentation

◆ yes_no

int GNUNET_CADET_ChannelInfo::yes_no

GNUNET_YES / GNUNET_NO, for binary flags.

Definition at line 302 of file gnunet_cadet_service.h.

◆ peer

const struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInfo::peer

Peer on the other side of the channel.

Definition at line 307 of file gnunet_cadet_service.h.


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