X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddae68a9d73e8c00f9702de9da881f81eee1cde6..d531b19a0d1b2931ce8177bacd0124065c68476f:/src/surf/sg_platf.c diff --git a/src/surf/sg_platf.c b/src/surf/sg_platf.c index 0af5c72f57..b82d3e0419 100644 --- a/src/surf/sg_platf.c +++ b/src/surf/sg_platf.c @@ -215,7 +215,8 @@ void sg_platf_new_route(sg_platf_route_cbarg_t route) { xbt_dynar_foreach(sg_platf_route_cb_list, iterator, fun) { fun(route); } -}void sg_platf_new_ASroute(sg_platf_route_cbarg_t ASroute) { +} +void sg_platf_new_ASroute(sg_platf_route_cbarg_t ASroute) { unsigned int iterator; sg_platf_route_cb_t fun; xbt_dynar_foreach(sg_platf_ASroute_cb_list, iterator, fun) { @@ -228,7 +229,8 @@ void sg_platf_new_bypassRoute(sg_platf_route_cbarg_t bypassRoute) { xbt_dynar_foreach(sg_platf_bypassRoute_cb_list, iterator, fun) { fun(bypassRoute); } -}void sg_platf_new_bypassASroute(sg_platf_route_cbarg_t bypassASroute) { +} +void sg_platf_new_bypassASroute(sg_platf_route_cbarg_t bypassASroute) { unsigned int iterator; sg_platf_route_cb_t fun; xbt_dynar_foreach(sg_platf_bypassASroute_cb_list, iterator, fun) { @@ -249,7 +251,7 @@ void sg_platf_new_trace(sg_platf_trace_cbarg_t trace) { fun(trace); } } -void sg_platf_new_trace_connect(sg_platf_trace_connect_cbarg_t trace_connect) { +void sg_platf_trace_connect(sg_platf_trace_connect_cbarg_t trace_connect) { unsigned int iterator; sg_platf_trace_connect_cb_t fun; xbt_dynar_foreach(sg_platf_trace_connect_cb_list, iterator, fun) {