From: vernier Date: Tue, 28 Aug 2007 09:02:00 +0000 (+0000) Subject: correction of a little bug X-Git-Tag: v3.3~1238 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f21335c40ad9e8caf31a36cd2e741c99890292af correction of a little bug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4122 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/amok/bandwidth.h b/include/amok/bandwidth.h index 129373cd60..80a99bcf60 100644 --- a/include/amok/bandwidth.h +++ b/include/amok/bandwidth.h @@ -92,7 +92,7 @@ XBT_PUBLIC(void) amok_bw_init(void); XBT_PUBLIC(void) amok_bw_exit(void); -XBT_PUBLIC void amok_bw_test(gras_socket_t peer, +XBT_PUBLIC(void) amok_bw_test(gras_socket_t peer, unsigned long int buf_size, unsigned long int msg_size, unsigned long int msg_amount,