]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/jedule/jedule_events.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the amount of includes to speed up recompilations
[simgrid.git] / include / simgrid / jedule / jedule_events.h
index 1e88da8c89147b5ff2e522e9a5c566f91a255d52..1e6a87b539fd51c687b1922903c71ae2eb72a339 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2012, 2014. The SimGrid Team.
+/* Copyright (c) 2010-2012, 2014-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
 #include "xbt/dynar.h"
 #include "xbt/dict.h"
 
-#include "instr/jedule/jedule_platform.h"
+#include "simgrid/jedule/jedule_platform.h"
 
 
 #ifdef HAVE_JEDULE
 
+SG_BEGIN_DECL()
+
 struct jed_event {
   int event_id;
   char *name;
@@ -42,6 +44,8 @@ void jed_event_add_characteristic(jed_event_t event, char *characteristic);
 
 void jed_event_add_info(jed_event_t event, char *key, char *value);
 
+SG_END_DECL()
+
 #endif
 
 #endif /* JEDULE_EVENTS_H_ */