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 43 of file peerstore_api.c.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_PEERSTORE_Handle::cfg |
Our configuration.
Definition at line 48 of file peerstore_api.c.
struct GNUNET_MQ_Handle* GNUNET_PEERSTORE_Handle::mq |
Message queue.
Definition at line 53 of file peerstore_api.c.
Referenced by GNUNET_PEERSTORE_iteration_next(), and GNUNET_PEERSTORE_iteration_stop().
struct GNUNET_PEERSTORE_StoreContext* GNUNET_PEERSTORE_Handle::store_head |
Head of active STORE requests.
Definition at line 58 of file peerstore_api.c.
struct GNUNET_PEERSTORE_StoreContext* GNUNET_PEERSTORE_Handle::store_tail |
Tail of active STORE requests.
Definition at line 63 of file peerstore_api.c.
struct GNUNET_PEERSTORE_IterateContext* GNUNET_PEERSTORE_Handle::iterate_head |
Head of active ITERATE requests.
Definition at line 68 of file peerstore_api.c.
Referenced by destroy_iteratecontext().
struct GNUNET_PEERSTORE_IterateContext* GNUNET_PEERSTORE_Handle::iterate_tail |
Tail of active ITERATE requests.
Definition at line 73 of file peerstore_api.c.
Referenced by destroy_iteratecontext().
struct GNUNET_CONTAINER_MultiHashMap* GNUNET_PEERSTORE_Handle::watches |
Hashmap of watch requests.
Definition at line 78 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 83 of file peerstore_api.c.
struct GNUNET_TIME_Relative GNUNET_PEERSTORE_Handle::reconnect_delay |
Delay until we try to reconnect.
Definition at line 88 of file peerstore_api.c.
uint32_t GNUNET_PEERSTORE_Handle::last_op_id |
Definition at line 93 of file peerstore_api.c.