GNUnet  0.20.0
PeerGetStatsContext Struct Reference

Context information with respect to a particular peer. More...

Collaboration diagram for PeerGetStatsContext:
[legend]

Data Fields

struct GetStatsContextsc
 The GetStatsContext which is associated with this context. More...
 
struct GNUNET_STATISTICS_GetHandleget_handle
 The handle from GNUNET_STATISTICS_get() More...
 
struct GNUNET_SCHEDULER_Taskop_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...
 

Detailed Description

Context information with respect to a particular peer.

Definition at line 115 of file testbed_api_statistics.c.

Field Documentation

◆ sc

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().

◆ get_handle

struct GNUNET_STATISTICS_GetHandle* PeerGetStatsContext::get_handle

◆ op_done_task_id

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().

◆ peer_index

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().


The documentation for this struct was generated from the following file: