From b7f8f3fef9e1abe3640b1d421e6334d91a5b2559 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 18 Apr 2006 08:39:24 +0000 Subject: [PATCH] Change the prototype of amok_bw_saturate_stop to match the rest of the module API. No worry, it was never released git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2154 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/amok/bandwidth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /** @} */ -- 2.20.1