Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename parameters all around to make their meaning unambiguous
[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/datatypes.h"
13 #include "simdag/simdag.h"
14
15 #ifdef HAVE_JEDULE
16
17 void jedule_log_sd_event(SD_task_t task);
18
19 void jedule_setup_platform(void);
20
21 void jedule_sd_init(void);
22
23 void jedule_sd_cleanup(void);
24
25 void jedule_sd_exit(void);
26
27 void jedule_sd_dump(void);
28
29 #endif /* JEDULE_SD_BINDING_H_ */
30
31
32 #endif