ROOT-Sim core
3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
|
A node in the topology adjacency matrix. More...
Public Attributes | |
lp_id_t | neighbor |
double | probability |
struct graph_node * | next |
struct graph_node * | prev |
A node in the topology adjacency matrix.
lp_id_t graph_node::neighbor |
The ID of the neighbor
struct graph_node* graph_node::next |
Next node in the adjacency list
struct graph_node* graph_node::prev |
Next node in the adjacency list
double graph_node::probability |
The probability to traverse this edge