Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update MSG bugged mutual exclusion example
[simgrid.git] / src / simix / smx_network.c
index d51abb9..f8f4ffe 100644 (file)
@@ -31,7 +31,7 @@ void SIMIX_network_init(void)
 {
   rdv_points = xbt_dict_new_homogeneous(SIMIX_rdv_free);
   if(MC_is_active())
-    MC_ignore_global_variable("smx_total_comms", 1);
+    MC_ignore_global_variable("smx_total_comms");
 }
 
 void SIMIX_network_exit(void)