X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3b356352e87ae00a20f737c48e19b0c8413455a..4b0fa756ae6e58a74c374a519389ecb9e8b6a4d9:/include/simgrid/jedule/jedule_sd_binding.h diff --git a/include/simgrid/jedule/jedule_sd_binding.h b/include/simgrid/jedule/jedule_sd_binding.h index 1c244c3295..359dc22897 100644 --- a/include/simgrid/jedule/jedule_sd_binding.h +++ b/include/simgrid/jedule/jedule_sd_binding.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2010-2011, 2013-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -7,24 +6,13 @@ #ifndef JEDULE_SD_BINDING_H_ #define JEDULE_SD_BINDING_H_ -#include "simgrid_config.h" -#include "simgrid/simdag.h" +#include -#ifdef HAVE_JEDULE - -void jedule_log_sd_event(SD_task_t task); - -void jedule_setup_platform(void); - -void jedule_sd_init(void); - -void jedule_sd_cleanup(void); - -void jedule_sd_exit(void); - -void jedule_sd_dump(void); +SG_BEGIN_DECL +XBT_PUBLIC void jedule_log_sd_event(const_SD_task_t task); +XBT_PUBLIC void jedule_sd_init(void); +XBT_PUBLIC void jedule_sd_exit(void); +XBT_PUBLIC void jedule_sd_dump(const char* filename); +SG_END_DECL #endif /* JEDULE_SD_BINDING_H_ */ - - -#endif