X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7212601385a2db12e1ee3d0a06084cd383702c79..772b84687a67a52a0ed5677d6d1aa9f738aae09f:/src/simix/smx_global.cpp diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index 0c95e0745d..f511017755 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -35,7 +35,10 @@ void (*SMPI_switch_data_segment)(simgrid::s4u::ActorPtr) = nullptr; namespace simgrid { namespace simix { -config::Flag cfg_verbose_exit{"debug/verbose-exit", {"verbose-exit"}, "Display the actor status at exit", true}; +config::Flag cfg_verbose_exit{"debug/verbose-exit", + {"verbose-exit"}, // XBT_ATTRIB_DEPRECATED_v327(option alias) + "Display the actor status at exit", + true}; } // namespace simix } // namespace simgrid @@ -253,8 +256,10 @@ void Global::display_all_actor_status() const } } -config::Flag cfg_breakpoint{ - "debug/breakpoint", {"simix/breakpoint"}, "When non-negative, raise a SIGTRAP after given (simulated) time", -1.0}; +config::Flag cfg_breakpoint{"debug/breakpoint", + {"simix/breakpoint"}, // XBT_ATTRIB_DEPRECATED_v327(option alias) + "When non-negative, raise a SIGTRAP after given (simulated) time", + -1.0}; } // namespace simix } // namespace simgrid