X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ef6ce6e499e5400eea06facd1896d1b5e94fde9..75d21dd1f2f7886396927dab248d27886f35bf37:/src/msg/msg_global.cpp diff --git a/src/msg/msg_global.cpp b/src/msg/msg_global.cpp index bab2b103bc..b3e1877ee5 100644 --- a/src/msg/msg_global.cpp +++ b/src/msg/msg_global.cpp @@ -15,8 +15,7 @@ #include "xbt/ex.h" /* ex_backtrace_display */ #include "xbt/replay.h" #include "simgrid/sg_config.h" /* Configuration mechanism of SimGrid */ -#include "src/surf/callbacks.h" -#include "src/surf/platform.hpp" +#include "src/surf/xml/platf_private.hpp" // FIXME: KILLME by removing MSG_post_create_environment() XBT_LOG_NEW_CATEGORY(msg, "All MSG categories"); XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_kernel, msg, @@ -53,7 +52,7 @@ void MSG_init_nocheck(int *argc, char **argv) { xbt_cfg_register(&_sg_cfg_set, "msg/debug_multiple_use", "Print backtraces of both processes when there is a conflict of multiple use of a task", - xbt_cfgelm_boolean, 1, 1, _sg_cfg_cb_msg_debug_multiple_use, NULL); + xbt_cfgelm_boolean, 1, 1, _sg_cfg_cb_msg_debug_multiple_use); xbt_cfg_setdefault_boolean(_sg_cfg_set, "msg/debug_multiple_use", "no"); SIMIX_global_init(argc, argv);