Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
65958e4485eefb7a8bef0fb6d8f2a33321a668f2
[simgrid.git] / include / simgrid / jedule / jedule_sd_binding.h
1 /* Copyright (c) 2010-2011, 2013-2015. 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 #include "simgrid/simdag.h"
12
13 #ifdef HAVE_JEDULE
14 SG_BEGIN_DECL()
15 XBT_PUBLIC(void) jedule_log_sd_event(SD_task_t task);
16
17 XBT_PUBLIC(void) jedule_setup_platform(void);
18
19 XBT_PUBLIC(void) jedule_sd_init(void);
20
21 XBT_PUBLIC(void) jedule_sd_cleanup(void);
22
23 XBT_PUBLIC(void) jedule_sd_exit(void);
24
25 XBT_PUBLIC(void) jedule_sd_dump(const char* filename);
26 SG_END_DECL()
27 #endif /* JEDULE_SD_BINDING_H_ */
28
29
30 #endif