Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize FindSimGrid
[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 SIMGRID_HAVE_JEDULE
14 SG_BEGIN_DECL()
15 XBT_PUBLIC(void) jedule_log_sd_event(SD_task_t task);
16 XBT_PUBLIC(void) jedule_sd_init(void);
17 XBT_PUBLIC(void) jedule_sd_exit(void);
18 XBT_PUBLIC(void) jedule_sd_dump(const char* filename);
19 SG_END_DECL()
20 #endif /* JEDULE_SD_BINDING_H_ */
21
22 #endif