Connection to the NAMECACHE service. More...
Data Fields | |
| const struct GNUNET_CONFIGURATION_Handle * | cfg |
| Configuration to use. | |
| struct GNUNET_MQ_Handle * | mq |
| Message queue to service. | |
| struct GNUNET_CLIENT_TransmitHandle * | th |
| Currently pending transmission request (or NULL). | |
| struct GNUNET_NAMECACHE_QueueEntry * | op_head |
| Head of pending namecache queue entries. | |
| struct GNUNET_NAMECACHE_QueueEntry * | op_tail |
| Tail of pending namecache queue 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 NAMECACHE operation. | |
Connection to the NAMECACHE service.
Definition at line 92 of file namecache_api.c.
| const struct GNUNET_CONFIGURATION_Handle* GNUNET_NAMECACHE_Handle::cfg |
Configuration to use.
Definition at line 97 of file namecache_api.c.
| struct GNUNET_MQ_Handle* GNUNET_NAMECACHE_Handle::mq |
Message queue to service.
Definition at line 102 of file namecache_api.c.
| struct GNUNET_CLIENT_TransmitHandle* GNUNET_NAMECACHE_Handle::th |
Currently pending transmission request (or NULL).
Definition at line 107 of file namecache_api.c.
| struct GNUNET_NAMECACHE_QueueEntry* GNUNET_NAMECACHE_Handle::op_head |
Head of pending namecache queue entries.
Definition at line 112 of file namecache_api.c.
| struct GNUNET_NAMECACHE_QueueEntry* GNUNET_NAMECACHE_Handle::op_tail |
Tail of pending namecache queue entries.
Definition at line 117 of file namecache_api.c.
| struct GNUNET_SCHEDULER_Task* GNUNET_NAMECACHE_Handle::reconnect_task |
Reconnect task.
Definition at line 122 of file namecache_api.c.
| struct GNUNET_TIME_Relative GNUNET_NAMECACHE_Handle::reconnect_delay |
Delay introduced before we reconnect.
Definition at line 127 of file namecache_api.c.
| int GNUNET_NAMECACHE_Handle::reconnect |
Should we reconnect to service due to some serious error?
Definition at line 132 of file namecache_api.c.
| uint32_t GNUNET_NAMECACHE_Handle::last_op_id_used |
The last operation id used for a NAMECACHE operation.
Definition at line 137 of file namecache_api.c.