X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b76ba4acd263f00d310287d7f891abfcda1c2f9..638d55dcb8d944f7c74127725f1acb7b8e1449de:/src/simix/smx_network.c diff --git a/src/simix/smx_network.c b/src/simix/smx_network.c index 9f47c97395..fbeb548248 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -7,10 +7,10 @@ #include "smx_private.h" #include "xbt/log.h" #include "mc/mc.h" +#include "mc/mc_replay.h" #include "xbt/dict.h" #include "smpi/private.h" - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_network, simix, "SIMIX network-related synchronization"); @@ -258,9 +258,7 @@ smx_synchro_t SIMIX_comm_new(e_smx_comm_type_t type) synchro->latency_limited = -1; #endif -#ifdef HAVE_TRACING synchro->category = NULL; -#endif XBT_DEBUG("Create communicate synchro %p", synchro); ++smx_total_comms;