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...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 Apr 2006 08:39:24 +0000 (08:39 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 Apr 2006 08:39:24 +0000 (08:39 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2154 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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*/ 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);
 
 /** @} */
 
 
 /** @} */