Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Set level COORD_HOST_LEVEL and COORD_ASR_LEVEL if there are used.
[simgrid.git] / src / instr / instr_private.h
index e3fe27e..e3a6778 100644 (file)
@@ -231,4 +231,9 @@ void instr_new_user_host_variable_type  (const char *new_typename, const char *c
 int instr_platform_traced (void);
 
 #endif /* HAVE_TRACING */
+
+#ifdef HAVE_JEDULE
+#include "instr/jedule/jedule_sd_binding.h"
+#endif
+
 #endif /* INSTR_PRIVATE_H_ */