X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eadbe829389f23151f79257824f3164d7801bbc7..11932d0967b5a5bc7a5c0e8a0b34778dc4c5c0cd:/src/msg/msg_task.cpp diff --git a/src/msg/msg_task.cpp b/src/msg/msg_task.cpp index 46adfb49e5..786ebea5e0 100644 --- a/src/msg/msg_task.cpp +++ b/src/msg/msg_task.cpp @@ -184,7 +184,7 @@ void Task::set_used() void Task::report_multiple_use() const { - if (msg_global->debug_multiple_use){ + if (MSG_Global_t::debug_multiple_use) { XBT_ERROR("This task is already used in there:"); // TODO, backtrace XBT_ERROR("");