From: mquinson Date: Fri, 2 Jun 2006 00:17:42 +0000 (+0000) Subject: The prototypes of the min_duration addition X-Git-Tag: v3.3~3008 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/76f77a7ba962dae1b73948c1ad5609b298b2e2ec?ds=sidebyside The prototypes of the min_duration addition git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2350 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/amok/bandwidth.h b/include/amok/bandwidth.h index d5d6a77270..129f81850d 100644 --- a/include/amok/bandwidth.h +++ b/include/amok/bandwidth.h @@ -96,15 +96,17 @@ void amok_bw_exit(void); void amok_bw_test(gras_socket_t peer, unsigned long int buf_size,unsigned long int exp_size,unsigned long int msg_size, + double min_duration, /*OUT*/ double *sec, double *bw); void amok_bw_request(const char* from_name,unsigned int from_port, const char* to_name,unsigned int to_port, unsigned long int buf_size,unsigned long int exp_size,unsigned long int msg_size, + double min_duration, /*OUT*/ double *sec, double*bw); double * amok_bw_matrix(xbt_dynar_t hosts, /* dynar of xbt_host_t */ - int buf_size_bw, int exp_size_bw, int msg_size_bw); + int buf_size_bw, int exp_size_bw, int msg_size_bw, double min_duration); /* *************************************************************************** * Link saturation