Internal details about a channel. More...
#include <gnunet_cadet_service.h>
Data Fields | |
struct GNUNET_PeerIdentity | root |
Root of the channel. More... | |
struct GNUNET_PeerIdentity | dest |
Destination of the channel. More... | |
Internal details about a channel.
Definition at line 339 of file gnunet_cadet_service.h.
struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInternals::root |
Root of the channel.
Definition at line 344 of file gnunet_cadet_service.h.
Referenced by handle_channel_info().
struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInternals::dest |
Destination of the channel.
Definition at line 349 of file gnunet_cadet_service.h.
Referenced by typescriptdomain.MyPygmentsBridge::__init__(), and handle_channel_info().