X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..06645bbecf0c92a95de41ca840ca549efc0df9e2:/include/amok/bandwidth.h diff --git a/include/amok/bandwidth.h b/include/amok/bandwidth.h index 787a6c0406..6f5ff0ba40 100644 --- a/include/amok/bandwidth.h +++ b/include/amok/bandwidth.h @@ -31,7 +31,7 @@ * when the sender and receiver processor architecture are different, * inducing extra delays. For this, GRAS provide the so-called measurement * sockets. On them, you can send raw data which is not converted (see - * \ref GRAS_sock_meas). + * \ref XBT_sock_meas). * * Solving all these problems is quite error prone and anoying, so we * implemented this in the current module so that you don't have to do it @@ -91,7 +91,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(xbt_socket_t peer, unsigned long int buf_size, unsigned long int msg_size, unsigned long int msg_amount,