GNUnet 0.21.1
GNUNET_CADET_GetPath Struct Reference

Operation handle. More...

Collaboration diagram for GNUNET_CADET_GetPath:
[legend]

Data Fields

GNUNET_CADET_PathCB path_cb
 Monitor callback. More...
 
void * path_cb_cls
 Closure for path_cb. More...
 
struct GNUNET_MQ_Handlemq
 Message queue to talk to CADET service. More...
 
const struct GNUNET_CONFIGURATION_Handlecfg
 Configuration we use. More...
 
struct GNUNET_SCHEDULER_Taskreconnect_task
 Task to reconnect. More...
 
struct GNUNET_TIME_Relative backoff
 Backoff for reconnect attempts. More...
 
struct GNUNET_PeerIdentity id
 Peer we want information about. More...
 

Detailed Description

Operation handle.

Definition at line 37 of file cadet_api_get_path.c.

Field Documentation

◆ path_cb

GNUNET_CADET_PathCB GNUNET_CADET_GetPath::path_cb

Monitor callback.

Definition at line 42 of file cadet_api_get_path.c.

Referenced by GNUNET_CADET_get_path(), handle_get_path(), and handle_get_path_end().

◆ path_cb_cls

void* GNUNET_CADET_GetPath::path_cb_cls

Closure for path_cb.

Definition at line 47 of file cadet_api_get_path.c.

Referenced by GNUNET_CADET_get_path(), GNUNET_CADET_get_path_cancel(), handle_get_path(), and handle_get_path_end().

◆ mq

struct GNUNET_MQ_Handle* GNUNET_CADET_GetPath::mq

Message queue to talk to CADET service.

Definition at line 52 of file cadet_api_get_path.c.

Referenced by error_handler(), GNUNET_CADET_get_path(), GNUNET_CADET_get_path_cancel(), and reconnect().

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* GNUNET_CADET_GetPath::cfg

Configuration we use.

Definition at line 57 of file cadet_api_get_path.c.

Referenced by GNUNET_CADET_get_path(), and reconnect().

◆ reconnect_task

struct GNUNET_SCHEDULER_Task* GNUNET_CADET_GetPath::reconnect_task

Task to reconnect.

Definition at line 62 of file cadet_api_get_path.c.

Referenced by error_handler(), GNUNET_CADET_get_path_cancel(), and reconnect().

◆ backoff

struct GNUNET_TIME_Relative GNUNET_CADET_GetPath::backoff

Backoff for reconnect attempts.

Definition at line 67 of file cadet_api_get_path.c.

Referenced by error_handler().

◆ id

struct GNUNET_PeerIdentity GNUNET_CADET_GetPath::id

Peer we want information about.

Definition at line 72 of file cadet_api_get_path.c.

Referenced by GNUNET_CADET_get_path(), handle_get_path(), and reconnect().


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