X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/660f9807d0a906180dc31227b4c1ed744b2b2478..2c764b8544a391637e6279e9ace148a602e8ed3d:/include/instr/jedule/jedule_platform.h diff --git a/include/instr/jedule/jedule_platform.h b/include/instr/jedule/jedule_platform.h index f700c63263..8999e03d7b 100644 --- a/include/instr/jedule/jedule_platform.h +++ b/include/instr/jedule/jedule_platform.h @@ -8,9 +8,13 @@ #ifndef JED_SIMGRID_PLATFORM_H_ #define JED_SIMGRID_PLATFORM_H_ +#include "simgrid_config.h" + #include "xbt/dynar.h" #include "xbt/hash.h" +#ifdef HAVE_JEDULE + typedef struct jed_simgrid_container s_jed_simgrid_container_t, *jed_simgrid_container_t; @@ -86,5 +90,7 @@ void jed_simgrid_get_resource_selection_by_hosts(xbt_dynar_t subset_list, */ +#endif + #endif /* JED_SIMGRID_PLATFORM_H_ */