Representation of all (testbed) nodes. More...
Data Fields | |
| unsigned | index_node |
| Index of the node in this array. | |
| struct GNUNET_CONFIGURATION_Handle * | conf |
| Configuration handle for this node. | |
| struct GNUNET_STATISTICS_GetHandle * | gh |
| Handle for pending GET operation. | |
| struct GNUNET_STATISTICS_Handle * | handle |
| Statistics handle nodes. | |
| struct GNUNET_SCHEDULER_Task * | shutdown_task |
| Identifier for shutdown task for this node. | |
Representation of all (testbed) nodes.
Definition at line 100 of file gnunet-statistics.c.
| unsigned Node::index_node |
Index of the node in this array.
Definition at line 105 of file gnunet-statistics.c.
Referenced by iter_check_config(), and run().
| struct GNUNET_CONFIGURATION_Handle* Node::conf |
Configuration handle for this node.
Definition at line 110 of file gnunet-statistics.c.
Referenced by clean_node(), iter_check_config(), main_task(), and run().
| struct GNUNET_STATISTICS_GetHandle* Node::gh |
Handle for pending GET operation.
Definition at line 115 of file gnunet-statistics.c.
Referenced by clean_node(), cleanup(), and continuation_print().
| struct GNUNET_STATISTICS_Handle* Node::handle |
Statistics handle nodes.
Definition at line 120 of file gnunet-statistics.c.
Referenced by clean_node(), and main_task().
| struct GNUNET_SCHEDULER_Task* Node::shutdown_task |
Identifier for shutdown task for this node.
Definition at line 124 of file gnunet-statistics.c.
Referenced by continuation_print(), and main_task().