Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / include / amok / bandwidth.h
index 280431a..d5d6a77 100644 (file)
@@ -11,9 +11,6 @@
 #define AMOK_BANDWIDTH_H
 
 #include "amok/base.h"
-
-/* module handling */
-
    
 /** \addtogroup AMOK_bw
  *  \brief Test the bandwidth between two nodes
@@ -92,6 +89,8 @@
  *  @{
  */
 
+/* module handling */
+
 void amok_bw_init(void);
 void amok_bw_exit(void);
 
@@ -121,7 +120,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);
 
 /** @} */