X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9cb73cc61e3cb117a1e01dc73bb3ea81260b3814..9c0ec517fbd653a4df3834aead473da75a1695a5:/include/simgrid/platf_generator.h?ds=sidebyside diff --git a/include/simgrid/platf_generator.h b/include/simgrid/platf_generator.h index ac1b8733f0..767fe6e6da 100644 --- a/include/simgrid/platf_generator.h +++ b/include/simgrid/platf_generator.h @@ -24,6 +24,7 @@ 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;