X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1630762970ef7debfd44c24e6621af716c11af73..35f97bc21dd1519337935e52a973b6d320fdf2ef:/src/surf/surf_routing.c diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index eb7ac3348f..bd98946b08 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -319,7 +319,7 @@ static void routing_parse_trace_connect(sg_platf_trace_connect_cbarg_t trace_con } } -extern int _surf_init_status; /* yay, this is an horrible hack */ +extern int _sg_init_status; /* yay, this is an horrible hack */ /** * \brief Make a new routing component to the platform @@ -344,7 +344,7 @@ void routing_AS_begin(sg_platf_AS_cbarg_t AS) (as_router_lib, AS->id, ROUTING_ASR_LEVEL), "The AS \"%s\" already exists", AS->id); - _surf_init_status = 2; /* horrible hack: direct access to the global controlling the level of configuration to prevent any further config */ + _sg_init_status = 2; /* horrible hack: direct access to the global controlling the level of configuration to prevent any further config */ /* search the routing model */ switch(AS->routing){