GNUnet 0.21.1
GNUNET_CADET_RequestPathInfoMessage Struct Reference

Message to inform the client about channels in the service. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet.h>

Collaboration diagram for GNUNET_CADET_RequestPathInfoMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_REQUEST_INFO_PATH. More...
 
uint32_t resered
 Always zero. More...
 
struct GNUNET_PeerIdentity peer
 ID of the destination of the channel (can be local peer). More...
 

Detailed Description

Message to inform the client about channels in the service.

Definition at line 343 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_RequestPathInfoMessage::header

◆ resered

uint32_t GNUNET_CADET_RequestPathInfoMessage::resered

Always zero.

Definition at line 353 of file cadet.h.

◆ peer

struct GNUNET_PeerIdentity GNUNET_CADET_RequestPathInfoMessage::peer

ID of the destination of the channel (can be local peer).

Definition at line 358 of file cadet.h.


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