Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oups, I changed the prototype of these functions
[simgrid.git] / examples / amok / bandwidth / bandwidth.c
index 54c426c..5f1b720 100644 (file)
@@ -47,7 +47,7 @@ int sensor (int argc,char *argv[]) {
      }
   }
                                              
-  amok_pm_group_join(master,"bandwidth");
+  amok_pm_group_join(master,"bandwidth",-1);
   amok_pm_mainloop(60);
 
   gras_socket_close(mysock);