GNUnet 0.21.1
NodeIdentifier Struct Reference

Struct with information about a specific node and the whole network namespace setup. More...

Data Fields

char * n
 The number of the namespace this node is in. More...
 
char * m
 The number of the node in the namespace. More...
 
char * global_n
 The number of namespaces. More...
 
char * local_m
 The number of local nodes per namespace. More...
 
unsigned int * read_file
 Shall we read the topology from file, or from a string. More...
 
char * topology_data
 String with topology data or name of topology file. More...
 

Detailed Description

Struct with information about a specific node and the whole network namespace setup.

Definition at line 88 of file gnunet-cmds-helper.c.

Field Documentation

◆ n

char* NodeIdentifier::n

The number of the namespace this node is in.

Definition at line 94 of file gnunet-cmds-helper.c.

Referenced by main(), and tokenizer_cb().

◆ m

char* NodeIdentifier::m

The number of the node in the namespace.

Definition at line 100 of file gnunet-cmds-helper.c.

Referenced by main(), and tokenizer_cb().

◆ global_n

char* NodeIdentifier::global_n

The number of namespaces.

Definition at line 106 of file gnunet-cmds-helper.c.

Referenced by main(), and tokenizer_cb().

◆ local_m

char* NodeIdentifier::local_m

The number of local nodes per namespace.

Definition at line 112 of file gnunet-cmds-helper.c.

Referenced by main(), and tokenizer_cb().

◆ read_file

unsigned int* NodeIdentifier::read_file

Shall we read the topology from file, or from a string.

Definition at line 117 of file gnunet-cmds-helper.c.

Referenced by main(), and tokenizer_cb().

◆ topology_data

char* NodeIdentifier::topology_data

String with topology data or name of topology file.

Definition at line 122 of file gnunet-cmds-helper.c.

Referenced by main(), and tokenizer_cb().


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