Union to retrieve info about a channel. More...
#include <gnunet_cadet_service.h>
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... | |
Union to retrieve info about a channel.
Definition at line 296 of file gnunet_cadet_service.h.
int GNUNET_CADET_ChannelInfo::yes_no |
GNUNET_YES / GNUNET_NO, for binary flags.
Definition at line 301 of file gnunet_cadet_service.h.
const struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInfo::peer |
Peer on the other side of the channel.
Definition at line 306 of file gnunet_cadet_service.h.