X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f7c51482a19d278ce0afc1924d1c55b41d2f8a6..f0e89ec6fd6ecb2a6171da22d3ccc88a24cf5ba1:/include/simgrid/platf_generator.h diff --git a/include/simgrid/platf_generator.h b/include/simgrid/platf_generator.h index 3d831573bc..767fe6e6da 100644 --- a/include/simgrid/platf_generator.h +++ b/include/simgrid/platf_generator.h @@ -24,9 +24,11 @@ typedef struct s_context_node_t { double x, y; int degree; e_platf_node_kind kind; + int connect_checked; union { s_sg_platf_host_cbarg_t host_parameters; s_sg_platf_cluster_cbarg_t cluster_parameters; + char* router_id; }; } s_context_node_t, *context_node_t;