Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add/update copyright notices.
[simgrid.git] / include / instr / jedule / jedule_sd_binding.h
1 /* Copyright (c) 2010-2011, 2013-2014. The SimGrid Team.
2  * All rights reserved.                                                     */
3
4 /* This program is free software; you can redistribute it and/or modify it
5  * under the terms of the license (GNU LGPL) which comes with this package. */
6
7 #ifndef JEDULE_SD_BINDING_H_
8 #define JEDULE_SD_BINDING_H_
9
10 #include "simgrid_config.h"
11
12 #include "simdag/private.h"
13 #include "simdag/datatypes.h"
14 #include "simdag/simdag.h"
15
16 #ifdef HAVE_JEDULE
17
18 void jedule_log_sd_event(SD_task_t task);
19
20 void jedule_setup_platform(void);
21
22 void jedule_sd_init(void);
23
24 void jedule_sd_cleanup(void);
25
26 void jedule_sd_exit(void);
27
28 void jedule_sd_dump(void);
29
30 #endif /* JEDULE_SD_BINDING_H_ */
31
32
33 #endif