X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b8507bc1dd3b18a2350a6d4eac309e87a4e13a8..00d88e621b125609f0de3b123b97174100a28f4c:/src/msg/global.c diff --git a/src/msg/global.c b/src/msg/global.c index f54618180d..a85b6c53f2 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -237,8 +237,8 @@ void MSG_paje_output(const char *filename) } } -/** \ingroup msg_simulation - * \brief Defines the verbosity of the simulation. +/** @deprecated Defines the verbosity of the simulation. + * @ingroup msg_simulation */ void MSG_set_verbosity(MSG_outputmode_t mode) { @@ -338,7 +338,7 @@ MSG_error_t MSG_main(void) process->name,process->simdata->PID, process->simdata->host->name); msg_global->current_process = process; - fflush(NULL); +/* fflush(NULL); */ xbt_context_schedule(process->simdata->context); msg_global->current_process = NULL; }