Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpirun: make sure that <cluster is on its own line when computing the hostfile autom...
[simgrid.git] / src / include / simgrid / sg_config.hpp
index a11602f..0297458 100644 (file)
@@ -6,14 +6,12 @@
 #ifndef SIMGRID_CONFIG_HPP
 #define SIMGRID_CONFIG_HPP
 
-#include "xbt/config.h"
 #include "xbt/config.hpp"
 
 /** Config Globals */
 
-XBT_PUBLIC_DATA xbt_cfg_t simgrid_config;
 XBT_PUBLIC_DATA int _sg_cfg_init_status;
-XBT_PUBLIC_DATA int _sg_cfg_exit_asap;
+XBT_PUBLIC_DATA bool _sg_cfg_exit_asap;
 
 XBT_PUBLIC void sg_config_init(int* argc, char** argv);
 XBT_PUBLIC void sg_config_finalize();