Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the prototype of amok_bw_saturate_stop to match the rest of the module API...
[simgrid.git] / include / amok / bandwidth.h
index 280431a..00b1b9c 100644 (file)
@@ -121,7 +121,7 @@ void amok_bw_saturate_begin(const char* to_name,unsigned int to_port,
                            /*out*/ double *elapsed, double *bw);
 
 void amok_bw_saturate_stop(const char* from_name,unsigned int from_port,
-                          /*out*/ unsigned int *time, unsigned int *bw);
+                          /*out*/ double *time, double *bw);
 
 /** @} */