Handle to the PEERSTORE service. More...
Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Our configuration. More... | |
struct GNUNET_MQ_Handle * | mq |
Message queue. More... | |
struct GNUNET_PEERSTORE_StoreContext * | store_head |
Head of active STORE requests. More... | |
struct GNUNET_PEERSTORE_StoreContext * | store_tail |
Tail of active STORE requests. More... | |
struct GNUNET_PEERSTORE_IterateContext * | iterate_head |
Head of active ITERATE requests. More... | |
struct GNUNET_PEERSTORE_IterateContext * | iterate_tail |
Tail of active ITERATE requests. More... | |
struct GNUNET_CONTAINER_MultiHashMap * | watches |
Hashmap of watch requests. More... | |
struct GNUNET_SCHEDULER_Task * | reconnect_task |
ID of the task trying to reconnect to the service. More... | |
struct GNUNET_TIME_Relative | reconnect_delay |
Delay until we try to reconnect. More... | |
uint32_t | last_op_id |
Handle to the PEERSTORE service.
Definition at line 42 of file peerstore_api.c.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_PEERSTORE_Handle::cfg |
Our configuration.
Definition at line 47 of file peerstore_api.c.
struct GNUNET_MQ_Handle* GNUNET_PEERSTORE_Handle::mq |
Message queue.
Definition at line 52 of file peerstore_api.c.
struct GNUNET_PEERSTORE_StoreContext* GNUNET_PEERSTORE_Handle::store_head |
Head of active STORE requests.
Definition at line 57 of file peerstore_api.c.
struct GNUNET_PEERSTORE_StoreContext* GNUNET_PEERSTORE_Handle::store_tail |
Tail of active STORE requests.
Definition at line 62 of file peerstore_api.c.
struct GNUNET_PEERSTORE_IterateContext* GNUNET_PEERSTORE_Handle::iterate_head |
Head of active ITERATE requests.
Definition at line 67 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_iterate_cancel().
struct GNUNET_PEERSTORE_IterateContext* GNUNET_PEERSTORE_Handle::iterate_tail |
Tail of active ITERATE requests.
Definition at line 72 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_iterate_cancel().
struct GNUNET_CONTAINER_MultiHashMap* GNUNET_PEERSTORE_Handle::watches |
Hashmap of watch requests.
Definition at line 77 of file peerstore_api.c.
struct GNUNET_SCHEDULER_Task* GNUNET_PEERSTORE_Handle::reconnect_task |
ID of the task trying to reconnect to the service.
Definition at line 82 of file peerstore_api.c.
struct GNUNET_TIME_Relative GNUNET_PEERSTORE_Handle::reconnect_delay |
Delay until we try to reconnect.
Definition at line 82 of file peerstore_api.c.
uint32_t GNUNET_PEERSTORE_Handle::last_op_id |
Definition at line 92 of file peerstore_api.c.