Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added parameters to indicate flow id, so unique flows use a reliable msg_task_send...
[simgrid.git] / src / msg / msg_config.c
index 5bb07636747c12f0e4dcab4e8f03e65ecb305a43..ab2a14cc3aafe8b22d568271c5a9c46423afbbd4 100644 (file)
@@ -29,6 +29,7 @@
  */
 void MSG_config(const char *name, ...)
 {
+  va_list pa;
 
   if (!msg_global) {
     fprintf(stderr,
@@ -37,7 +38,7 @@ void MSG_config(const char *name, ...)
   }
 
 
-  va_list pa;
+  
   /*  xbt_cfg_dump("msg_cfg_set","",_msg_cfg_set); */
   va_start(pa, name);