From: schnorr Date: Tue, 7 Dec 2010 09:56:20 +0000 (+0000) Subject: [trace] there is no need to set surf actions category like this anymore X-Git-Tag: v3.6_beta2~889 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b5d3a43ce6f22275460e1cbeffd55dd0c70d6ca6?ds=sidebyside [trace] there is no need to set surf actions category like this anymore details: - there is a simix request for that now git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9034 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index 6ab435081d..a85b8ffa56 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -202,7 +202,6 @@ smx_action_t SIMIX_host_execute(const char *name, smx_host_t host, #ifdef HAVE_TRACING TRACE_smx_host_execute(action); - TRACE_surf_action(action->execution.surf_exec, action->category); #endif DEBUG1("Create execute action %p", action); diff --git a/src/simix/smx_network.c b/src/simix/smx_network.c index 7a457464d7..3c36832b1d 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -390,7 +390,6 @@ static XBT_INLINE void SIMIX_comm_start(smx_action_t action) #ifdef HAVE_TRACING TRACE_smx_action_communicate(action, action->comm.src_proc); - TRACE_surf_action(action->comm.surf_comm, action->category); #endif /* If a link is failed, detect it immediately */