Connection to the NAMESTORE service. More...
| Data Fields | |
| const struct GNUNET_CONFIGURATION_Handle * | cfg | 
| Configuration to use. | |
| struct GNUNET_MQ_Handle * | mq | 
| Connection to the service (if available). | |
| struct GNUNET_NAMESTORE_QueueEntry * | op_head | 
| Head of pending namestore queue entries. | |
| struct GNUNET_NAMESTORE_QueueEntry * | op_tail | 
| Tail of pending namestore queue entries. | |
| struct GNUNET_NAMESTORE_ZoneIterator * | z_head | 
| Head of pending namestore zone iterator entries. | |
| struct GNUNET_NAMESTORE_ZoneIterator * | z_tail | 
| Tail of pending namestore zone iterator entries. | |
| struct GNUNET_SCHEDULER_Task * | reconnect_task | 
| Reconnect task. | |
| struct GNUNET_TIME_Relative | reconnect_delay | 
| Delay introduced before we reconnect. | |
| int | reconnect | 
| Should we reconnect to service due to some serious error? | |
| uint32_t | last_op_id_used | 
| The last operation id used for a NAMESTORE operation. | |
Connection to the NAMESTORE service.
Definition at line 199 of file namestore_api.c.
| const struct GNUNET_CONFIGURATION_Handle* GNUNET_NAMESTORE_Handle::cfg | 
Configuration to use.
Definition at line 204 of file namestore_api.c.
| struct GNUNET_MQ_Handle* GNUNET_NAMESTORE_Handle::mq | 
Connection to the service (if available).
Definition at line 209 of file namestore_api.c.
| struct GNUNET_NAMESTORE_QueueEntry* GNUNET_NAMESTORE_Handle::op_head | 
Head of pending namestore queue entries.
Definition at line 214 of file namestore_api.c.
| struct GNUNET_NAMESTORE_QueueEntry* GNUNET_NAMESTORE_Handle::op_tail | 
Tail of pending namestore queue entries.
Definition at line 219 of file namestore_api.c.
| struct GNUNET_NAMESTORE_ZoneIterator* GNUNET_NAMESTORE_Handle::z_head | 
Head of pending namestore zone iterator entries.
Definition at line 224 of file namestore_api.c.
| struct GNUNET_NAMESTORE_ZoneIterator* GNUNET_NAMESTORE_Handle::z_tail | 
Tail of pending namestore zone iterator entries.
Definition at line 229 of file namestore_api.c.
| struct GNUNET_SCHEDULER_Task* GNUNET_NAMESTORE_Handle::reconnect_task | 
Reconnect task.
Definition at line 234 of file namestore_api.c.
| struct GNUNET_TIME_Relative GNUNET_NAMESTORE_Handle::reconnect_delay | 
Delay introduced before we reconnect.
Definition at line 239 of file namestore_api.c.
| int GNUNET_NAMESTORE_Handle::reconnect | 
Should we reconnect to service due to some serious error?
Definition at line 244 of file namestore_api.c.
| uint32_t GNUNET_NAMESTORE_Handle::last_op_id_used | 
The last operation id used for a NAMESTORE operation.
Definition at line 249 of file namestore_api.c.