X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e228d90678a2880e5da0086b3ad2c149ed37aa4..b7f8f3fef9e1abe3640b1d421e6334d91a5b2559:/include/amok/bandwidth.h diff --git a/include/amok/bandwidth.h b/include/amok/bandwidth.h index 280431a3e2..00b1b9c867 100644 --- a/include/amok/bandwidth.h +++ b/include/amok/bandwidth.h @@ -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); /** @} */