Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rework the smpirun manpage
[simgrid.git] / include / simgrid / jedule / jedule_output.h
index 6a4a148..6b50c76 100644 (file)
@@ -7,30 +7,21 @@
 #ifndef JEDULE_OUTPUT_H_
 #define JEDULE_OUTPUT_H_
 
-#include "simgrid_config.h"
-
 #include <stdio.h>
-
+#include "simgrid_config.h"
 #include "jedule_events.h"
 #include "jedule_platform.h"
 
-#ifdef HAVE_JEDULE
-
+#if HAVE_JEDULE
 SG_BEGIN_DECL()
 
 extern xbt_dynar_t jedule_event_list;
-
 void jedule_init_output(void);
-
 void jedule_cleanup_output(void);
-
 void jedule_store_event(jed_event_t event);
-
-void write_jedule_output(FILE *file, jedule_t jedule,
-    xbt_dynar_t event_list, xbt_dict_t meta_info_dict);
+void write_jedule_output(FILE *file, jedule_t jedule, xbt_dynar_t event_list, xbt_dict_t meta_info_dict);
 
 SG_END_DECL()
-
 #endif
 
 #endif /* JEDULE_OUTPUT_H_ */