Data Fields | |
GNUNET_CADET_TunnelsCB | tunnels_cb |
Monitor callback. More... | |
void * | tunnels_cb_cls |
Info callback closure for tunnels_cb . More... | |
struct GNUNET_MQ_Handle * | mq |
Message queue to talk to CADET service. More... | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Configuration we use. More... | |
struct GNUNET_SCHEDULER_Task * | reconnect_task |
Task to reconnect. More... | |
struct GNUNET_TIME_Relative | backoff |
Backoff for reconnect attempts. More... | |
Operation handle.
Definition at line 37 of file cadet_api_list_tunnels.c.
GNUNET_CADET_TunnelsCB GNUNET_CADET_ListTunnels::tunnels_cb |
Monitor callback.
Definition at line 42 of file cadet_api_list_tunnels.c.
Referenced by GNUNET_CADET_list_tunnels(), handle_get_tunnels(), and handle_get_tunnels_end().
void* GNUNET_CADET_ListTunnels::tunnels_cb_cls |
Info callback closure for tunnels_cb
.
Definition at line 47 of file cadet_api_list_tunnels.c.
Referenced by GNUNET_CADET_list_tunnels(), GNUNET_CADET_list_tunnels_cancel(), handle_get_tunnels(), and handle_get_tunnels_end().
struct GNUNET_MQ_Handle* GNUNET_CADET_ListTunnels::mq |
Message queue to talk to CADET service.
Definition at line 52 of file cadet_api_list_tunnels.c.
Referenced by error_handler(), GNUNET_CADET_list_tunnels(), GNUNET_CADET_list_tunnels_cancel(), and reconnect().
const struct GNUNET_CONFIGURATION_Handle* GNUNET_CADET_ListTunnels::cfg |
Configuration we use.
Definition at line 57 of file cadet_api_list_tunnels.c.
Referenced by GNUNET_CADET_list_tunnels(), and reconnect().
struct GNUNET_SCHEDULER_Task* GNUNET_CADET_ListTunnels::reconnect_task |
Task to reconnect.
Definition at line 62 of file cadet_api_list_tunnels.c.
Referenced by error_handler(), GNUNET_CADET_list_tunnels_cancel(), and reconnect().
struct GNUNET_TIME_Relative GNUNET_CADET_ListTunnels::backoff |
Backoff for reconnect attempts.
Definition at line 67 of file cadet_api_list_tunnels.c.
Referenced by error_handler().