GNUnet 0.21.1
GNUNET_CADET_LocalInfoPath Struct Reference

Message to inform the client about one of the paths known to the service. More...

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

Collaboration diagram for GNUNET_CADET_LocalInfoPath:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PATH. More...
 
uint32_t off
 Offset of the peer that was requested. More...
 

Detailed Description

Message to inform the client about one of the paths known to the service.

Definition at line 406 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_LocalInfoPath::header

Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PATH.

Definition at line 411 of file cadet.h.

Referenced by check_get_path(), and handle_get_path().

◆ off

uint32_t GNUNET_CADET_LocalInfoPath::off

Offset of the peer that was requested.

Definition at line 416 of file cadet.h.

Referenced by handle_get_path(), and path_info_iterator().


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