Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Automatic update
[simgrid.git] / include / amok / bandwidth.h
index f089506..9b2fcc0 100644 (file)
@@ -2,11 +2,10 @@
 
 /* amok_bandwidth - Bandwidth test facilities                               */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003, 2004 the OURAGAN project.                            */
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
 
 /* This program is free software; you can redistribute it and/or modify it
  under the terms of the license (GNU LGPL) which comes with this package. */
* under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifndef AMOK_BANDWIDTH_H
 #define AMOK_BANDWIDTH_H
@@ -36,7 +35,7 @@ void amok_bw_exit(void);
  * This call is blocking until the end of the experiment.
  */
 xbt_error_t amok_bw_test(gras_socket_t peer,
-                         unsigned int buf_size,unsigned int exp_size,unsigned int msg_size,
+                         unsigned long int buf_size,unsigned long int exp_size,unsigned long int msg_size,
                          /*OUT*/ double *sec, double *bw);
 
 #if 0