Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Use unique_ptr in ConditionVariable (like the std:: ones)
[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 #if HAVE_JEDULE
14 SG_BEGIN_DECL()
15 XBT_PUBLIC(void) jedule_log_sd_event(SD_task_t task);
16 XBT_PUBLIC(void) jedule_setup_platform(void);
17 XBT_PUBLIC(void) jedule_sd_init(void);
18 XBT_PUBLIC(void) jedule_sd_cleanup(void);
19 XBT_PUBLIC(void) jedule_sd_exit(void);
20 XBT_PUBLIC(void) jedule_sd_dump(const char* filename);
21 SG_END_DECL()
22 #endif /* JEDULE_SD_BINDING_H_ */
23
24 #endif