X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ef6ce6e499e5400eea06facd1896d1b5e94fde9..f4af50b182ee0b683c2928eae98e31dbe7fd0f3e:/src/msg/msg_global.cpp diff --git a/src/msg/msg_global.cpp b/src/msg/msg_global.cpp index bab2b103bc..4d5d20d21e 100644 --- a/src/msg/msg_global.cpp +++ b/src/msg/msg_global.cpp @@ -16,7 +16,7 @@ #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 +53,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);