X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/85ba969329ba8ffcdd29e8adbfdb58047bfc80ee..b1020c2311048f26a586af241101434faa59445b:/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 f9c958e134..874ec030ed 100644 --- a/include/simgrid/jedule/jedule_sd_binding.h +++ b/include/simgrid/jedule/jedule_sd_binding.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2021. 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. */ @@ -6,16 +6,13 @@ #ifndef JEDULE_SD_BINDING_H_ #define JEDULE_SD_BINDING_H_ -#include #include -#if SIMGRID_HAVE_JEDULE -SG_BEGIN_DECL() -XBT_PUBLIC void jedule_log_sd_event(SD_task_t task); +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 +SG_END_DECL #endif /* JEDULE_SD_BINDING_H_ */