X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c882e24932c718fad85c22cb546f30e158f1b31d..17a9f17337b1d6743025cf52e7c19a469138d38f:/src/simix/smx_global.c diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index 3cdbdc06ad..3d72dd400b 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -24,16 +24,13 @@ static void SIMIX_action_mallocator_reset_f(void* action); static void SIMIX_clean(void); -SIMCALL_LIST(SIMCALL_RES_GETSET, SIMCALL_SEP_NOTHING) -SIMCALL_LIST(SIMCALL_ARG_GETSET, SIMCALL_SEP_NOTHING) - /* FIXME: Yeah, I'll do it in a portable maner one day [Mt] */ #include -int _surf_do_verbose_exit = 1; +int _sg_do_verbose_exit = 1; static void _XBT_CALL inthandler(int ignored) { - if ( _surf_do_verbose_exit ) { + if ( _sg_do_verbose_exit ) { XBT_INFO("CTRL-C pressed. Displaying status and bailing out"); SIMIX_display_process_status(); }