X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8f9cd7d6db02b47ce8031dd1cb63a48775b6162..963b8d1182796bce58318c92742863a8d3f32b37:/src/surf/platf_generator.c diff --git a/src/surf/platf_generator.c b/src/surf/platf_generator.c index 402ade6487..63e816ee78 100644 --- a/src/surf/platf_generator.c +++ b/src/surf/platf_generator.c @@ -631,8 +631,10 @@ void platf_generate(void) { surf_parse_init_callbacks(); routing_register_callbacks(); - - sg_platf_new_AS_begin("random platform", A_surfxml_AS_routing_Floyd); + s_sg_platf_AS_cbarg_t AS = SG_PLATF_AS_INITIALIZER; + AS.id = "random platform"; + AS.routing = A_surfxml_AS_routing_Floyd; + sg_platf_new_AS_begin(&AS); //Generate hosts, clusters and routers xbt_dynar_foreach(nodes, i, graph_node) {