Handle to the peerinfo service. More...
Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Our configuration. More... | |
struct GNUNET_MQ_Handle * | mq |
Connection to the service. More... | |
struct GNUNET_PEERINFO_IteratorContext * | ic_head |
Head of iterator DLL. More... | |
struct GNUNET_PEERINFO_IteratorContext * | ic_tail |
Tail of iterator DLL. More... | |
struct GNUNET_SCHEDULER_Task * | r_task |
ID for a reconnect task. More... | |
Handle to the peerinfo service.
Definition at line 84 of file peerinfo_api.c.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_PEERINFO_Handle::cfg |
Our configuration.
Definition at line 89 of file peerinfo_api.c.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
struct GNUNET_MQ_Handle* GNUNET_PEERINFO_Handle::mq |
Connection to the service.
Definition at line 94 of file peerinfo_api.c.
struct GNUNET_PEERINFO_IteratorContext* GNUNET_PEERINFO_Handle::ic_head |
Head of iterator DLL.
Definition at line 99 of file peerinfo_api.c.
struct GNUNET_PEERINFO_IteratorContext* GNUNET_PEERINFO_Handle::ic_tail |
Tail of iterator DLL.
Definition at line 104 of file peerinfo_api.c.
struct GNUNET_SCHEDULER_Task* GNUNET_PEERINFO_Handle::r_task |
ID for a reconnect task.
Definition at line 109 of file peerinfo_api.c.