Opaque handle to the service. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Message queue. More... | |
struct GNUNET_CONTAINER_MultiHashMap * | ports |
Ports open. More... | |
struct GNUNET_CONTAINER_MultiHashMap32 * | channels |
Channels open. More... | |
struct GNUNET_CADET_ClientChannelNumber | next_ccn |
child of the next channel to create (to avoid reusing IDs often) More... | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Configuration given by the client, in case of reconnection. More... | |
struct GNUNET_SCHEDULER_Task * | reconnect_task |
Task for trying to reconnect. More... | |
struct GNUNET_TIME_Relative | reconnect_time |
Time to the next reconnect in case one reconnect fails. More... | |
Opaque handle to the service.
Definition at line 38 of file cadet_api.c.
struct GNUNET_MQ_Handle* GNUNET_CADET_Handle::mq |
Message queue.
Definition at line 43 of file cadet_api.c.
Referenced by cadet_mq_send_now(), GNUNET_CADET_receive_done(), GNUNET_CORE_monitor_start(), GNUNET_CORE_monitor_stop(), and reconnect().
struct GNUNET_CONTAINER_MultiHashMap* GNUNET_CADET_Handle::ports |
Ports open.
Definition at line 48 of file cadet_api.c.
struct GNUNET_CONTAINER_MultiHashMap32* GNUNET_CADET_Handle::channels |
Channels open.
Definition at line 53 of file cadet_api.c.
struct GNUNET_CADET_ClientChannelNumber GNUNET_CADET_Handle::next_ccn |
child of the next channel to create (to avoid reusing IDs often)
Definition at line 58 of file cadet_api.c.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_CADET_Handle::cfg |
Configuration given by the client, in case of reconnection.
Definition at line 63 of file cadet_api.c.
Referenced by GNUNET_CORE_monitor_start(), and reconnect().
struct GNUNET_SCHEDULER_Task* GNUNET_CADET_Handle::reconnect_task |
Task for trying to reconnect.
Definition at line 68 of file cadet_api.c.
struct GNUNET_TIME_Relative GNUNET_CADET_Handle::reconnect_time |
Time to the next reconnect in case one reconnect fails.
Definition at line 73 of file cadet_api.c.