Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate MSG_clean
[simgrid.git] / examples / msg / token_ring / token_bypass.c
index 390200849ae67e599a11f0ed6a9ed62fb67dad50..a5690e7b2d7b8b90ee1cabd3fe9162ce4d157ce7 100644 (file)
@@ -121,7 +121,7 @@ int main(int argc, char **argv)
 
   res = MSG_main();
   XBT_INFO("Simulation time %g", MSG_get_clock());
-  MSG_clean();
+
   if (res == MSG_OK)
     return 0;
   else