Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / include / simgrid / jedule / jedule_sd_binding.h
1 /* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef JEDULE_SD_BINDING_H_
7 #define JEDULE_SD_BINDING_H_
8
9 #include <simgrid/simdag.h>
10
11 SG_BEGIN_DECL()
12 XBT_PUBLIC void jedule_log_sd_event(SD_task_t task);
13 XBT_PUBLIC void jedule_sd_init(void);
14 XBT_PUBLIC void jedule_sd_exit(void);
15 XBT_PUBLIC void jedule_sd_dump(const char* filename);
16 SG_END_DECL()
17
18 #endif /* JEDULE_SD_BINDING_H_ */