Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another bunch of include cuts. The last one for today
[simgrid.git] / teshsuite / surf / surf_usage / surf_usage.cpp
index 11f4c7e..fb33bb5 100644 (file)
@@ -6,6 +6,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "surf/surf.h"
+#include "simgrid/host.h"
 #include "simgrid/s4u/host.hpp"
 #include "simgrid/sg_config.h"
 #include "src/surf/cpu_interface.hpp"
@@ -119,6 +120,5 @@ int main(int argc, char **argv)
 
   XBT_DEBUG("Simulation Terminated");
 
-  surf_exit();
   return 0;
 }