Message to inform the client about channels in the service. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/cadet/cadet.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_CHANNEL. | |
| struct GNUNET_PeerIdentity | root |
| Root of the channel. | |
| struct GNUNET_PeerIdentity | dest |
| Destination of the channel. | |
| struct GNUNET_MessageHeader GNUNET_CADET_ChannelInfoMessage::header |
| struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInfoMessage::root |
| struct GNUNET_PeerIdentity GNUNET_CADET_ChannelInfoMessage::dest |
Destination of the channel.
Definition at line 380 of file cadet.h.
Referenced by handle_channel_info().