From: schnorr Date: Mon, 13 Dec 2010 16:44:29 +0000 (+0000) Subject: [trace] links are identified by their names (the same used in the platform file) X-Git-Tag: v3.6_beta2~760 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0d9ca8229eceacdd149c4417b8dde670c48fbbe2?hp=9b827425899c721a826dde8f8d7a7976d442f94b [trace] links are identified by their names (the same used in the platform file) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9163 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/network.c b/src/surf/network.c index cfa1139f82..3c50adcecb 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -442,7 +442,7 @@ static void net_update_actions_state(double now, double delta) link_CM02_t link; unsigned int i; xbt_dynar_foreach(route, i, link) { - TRACE_surf_link_set_utilization(link, + TRACE_surf_link_set_utilization(link->lmm_resource.generic_resource.name, action->generic_action.data, (surf_action_t) action, lmm_variable_getvalue