From 76f77a7ba962dae1b73948c1ad5609b298b2e2ec Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 2 Jun 2006 00:17:42 +0000 Subject: [PATCH] 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 --- include/amok/bandwidth.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.20.1