Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/surf_finalize/surf_exit/ for uniformity with other modules
[simgrid.git] / tools / gras / stub_generator.c
index 2e15a95..aab8cd0 100644 (file)
@@ -9,6 +9,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/sysdep.h"
+#include "xbt/log.h"
 #include "surf/surf_parse.h"
 #include "surf/surf.h"
 
@@ -602,6 +603,6 @@ int main(int argc, char *argv[])
   generate_deployment(project_name, deployment_file);
 
   free(warning);
-  surf_finalize();
+  surf_exit();
   return 0;
 }