GNUnet 0.21.1
Node Struct Reference

Representation of all (testbed) nodes. More...

Collaboration diagram for Node:
[legend]

Data Fields

unsigned index_node
 Index of the node in this array. More...
 
struct GNUNET_CONFIGURATION_Handleconf
 Configuration handle for this node. More...
 
struct GNUNET_STATISTICS_GetHandlegh
 Handle for pending GET operation. More...
 
struct GNUNET_STATISTICS_Handlehandle
 Statistics handle nodes. More...
 
struct GNUNET_SCHEDULER_Taskshutdown_task
 Identifier for shutdown task for this node. More...
 

Detailed Description

Representation of all (testbed) nodes.

Definition at line 96 of file gnunet-statistics.c.

Field Documentation

◆ index_node

unsigned Node::index_node

Index of the node in this array.

Definition at line 101 of file gnunet-statistics.c.

Referenced by iter_check_config(), and run().

◆ conf

struct GNUNET_CONFIGURATION_Handle* Node::conf

Configuration handle for this node.

Definition at line 106 of file gnunet-statistics.c.

Referenced by clean_node(), iter_check_config(), main_task(), and run().

◆ gh

struct GNUNET_STATISTICS_GetHandle* Node::gh

Handle for pending GET operation.

Definition at line 111 of file gnunet-statistics.c.

Referenced by clean_node(), cleanup(), and continuation_print().

◆ handle

struct GNUNET_STATISTICS_Handle* Node::handle

Statistics handle nodes.

Definition at line 116 of file gnunet-statistics.c.

Referenced by clean_node(), and main_task().

◆ shutdown_task

struct GNUNET_SCHEDULER_Task* Node::shutdown_task

Identifier for shutdown task for this node.

Definition at line 120 of file gnunet-statistics.c.

Referenced by continuation_print(), and main_task().


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