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>
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... | |
Message to inform the client about one of the paths known to the service.
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().
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().