X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c354c48ec90c997cc7213ce96ca97d882934166..92c95f0f54ec040441465d74d3a56008fa5d0e99:/include/amok/bandwidth.h diff --git a/include/amok/bandwidth.h b/include/amok/bandwidth.h index 22da712d39..9b2fcc085b 100644 --- a/include/amok/bandwidth.h +++ b/include/amok/bandwidth.h @@ -2,7 +2,7 @@ /* amok_bandwidth - Bandwidth test facilities */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* 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. */ @@ -35,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