X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a92d7b716f51a53dea7f59db8524d4add713b910..8406356fb85d1428cf121fbb99c45277af246fad:/src/msg/msg_global.cpp diff --git a/src/msg/msg_global.cpp b/src/msg/msg_global.cpp index 3f4d5431af..7c2e367bf1 100644 --- a/src/msg/msg_global.cpp +++ b/src/msg/msg_global.cpp @@ -51,8 +51,6 @@ void MSG_init_nocheck(int *argc, char **argv) { SIMIX_function_register_process_create(MSG_process_create_from_SIMIX); SIMIX_function_register_process_cleanup(MSG_process_cleanup_from_SIMIX); - simgrid::s4u::onPlatformCreated.connect(MSG_post_create_environment); - simgrid::MsgHostExt::EXTENSION_ID = simgrid::s4u::Host::extension_create(); simgrid::s4u::Host::onCreation.connect([](simgrid::s4u::Host& host) { host.extension_set(new simgrid::MsgHostExt()); @@ -64,9 +62,7 @@ void MSG_init_nocheck(int *argc, char **argv) { MC_ignore_heap(&(msg_global->sent_msg), sizeof(msg_global->sent_msg)); } - XBT_DEBUG("ADD MSG LEVELS"); - MSG_STORAGE_LEVEL = xbt_lib_add_level(storage_lib, (void_f_pvoid_t) __MSG_storage_destroy); - if(xbt_cfg_get_boolean("clean-atexit")) + if (xbt_cfg_get_boolean("clean-atexit")) atexit(MSG_exit); }