Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tell the world that MSG_set_verbosity is deprecated.
[simgrid.git] / src / msg / global.c
index f546181..a85b6c5 100644 (file)
@@ -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;
     }