Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change variable waiting_task to waiting_action on msg process control.
[simgrid.git] / src / msg / msg_config.c
index 502a5c8..11cbc29 100644 (file)
@@ -37,7 +37,7 @@ void MSG_config(const char *name, ...)
     abort();
   }
   va_start(pa, name);
-  xbt_cfg_set_vargs(_surf_cfg_set,name,pa);
+  xbt_cfg_set_vargs(_surf_cfg_set, name, pa);
   va_end(pa);
   return;
 }