A handle for the PILS service. More...
Data Fields | |
| const struct GNUNET_CONFIGURATION_Handle * | cfg |
| GNUNET_PILS_PidChangeCallback | pid_change_cb |
| void * | pid_change_cb_cls |
| struct GNUNET_SCHEDULER_Task * | reconnect_task |
| struct GNUNET_TIME_Relative | reconnect_delay |
| struct GNUNET_MQ_Handle * | mq |
| struct GNUNET_PeerIdentity | peer_id |
| struct GNUNET_HashCode | hash |
| struct GNUNET_PILS_Operation * | op_head |
| DLL. | |
| struct GNUNET_PILS_Operation * | op_tail |
| DLL. | |
| uint32_t | op_id_counter |
| Op ID counter. | |
A handle for the PILS service.
Definition at line 81 of file pils_api.c.
| const struct GNUNET_CONFIGURATION_Handle* GNUNET_PILS_Handle::cfg |
Definition at line 84 of file pils_api.c.
| GNUNET_PILS_PidChangeCallback GNUNET_PILS_Handle::pid_change_cb |
Definition at line 87 of file pils_api.c.
| void* GNUNET_PILS_Handle::pid_change_cb_cls |
Definition at line 90 of file pils_api.c.
| struct GNUNET_SCHEDULER_Task* GNUNET_PILS_Handle::reconnect_task |
Definition at line 93 of file pils_api.c.
| struct GNUNET_TIME_Relative GNUNET_PILS_Handle::reconnect_delay |
Definition at line 96 of file pils_api.c.
| struct GNUNET_MQ_Handle* GNUNET_PILS_Handle::mq |
Definition at line 99 of file pils_api.c.
| struct GNUNET_PeerIdentity GNUNET_PILS_Handle::peer_id |
Definition at line 102 of file pils_api.c.
| struct GNUNET_HashCode GNUNET_PILS_Handle::hash |
Definition at line 105 of file pils_api.c.
| struct GNUNET_PILS_Operation* GNUNET_PILS_Handle::op_head |
DLL.
Definition at line 110 of file pils_api.c.
| struct GNUNET_PILS_Operation* GNUNET_PILS_Handle::op_tail |
DLL.
Definition at line 115 of file pils_api.c.
| uint32_t GNUNET_PILS_Handle::op_id_counter |
Op ID counter.
Definition at line 120 of file pils_api.c.