Context information with respect to a particular peer. More...
Data Fields | |
struct GetStatsContext * | sc |
The GetStatsContext which is associated with this context. More... | |
struct GNUNET_STATISTICS_GetHandle * | get_handle |
The handle from GNUNET_STATISTICS_get() More... | |
struct GNUNET_SCHEDULER_Task * | op_done_task_id |
Task to mark the statistics service connect operation as done. More... | |
unsigned int | peer_index |
The index of this peer in the peers array of GetStatsContext. More... | |
Context information with respect to a particular peer.
Definition at line 115 of file testbed_api_statistics.c.
struct GetStatsContext* PeerGetStatsContext::sc |
The GetStatsContext which is associated with this context.
Definition at line 120 of file testbed_api_statistics.c.
Referenced by iteration_completion_cb(), iterator_cb(), op_done_task(), opstart_get_stats(), and service_connect_comp().
struct GNUNET_STATISTICS_GetHandle* PeerGetStatsContext::get_handle |
The handle from GNUNET_STATISTICS_get()
Definition at line 125 of file testbed_api_statistics.c.
Referenced by iteration_completion_cb(), service_connect_comp(), and statistics_da().
struct GNUNET_SCHEDULER_Task* PeerGetStatsContext::op_done_task_id |
Task to mark the statistics service connect operation as done.
Definition at line 130 of file testbed_api_statistics.c.
Referenced by iteration_completion_cb(), op_done_task(), and statistics_da().
unsigned int PeerGetStatsContext::peer_index |
The index of this peer in the peers array of GetStatsContext.
Definition at line 135 of file testbed_api_statistics.c.
Referenced by iterator_cb(), op_done_task(), opstart_get_stats(), service_connect_comp(), and statistics_ca().