From a1ca0de0530a9e7b449cc867f3fe67271e44b5ce Mon Sep 17 00:00:00 2001 From: amad206 Date: Mon, 3 Apr 2006 10:07:35 +0000 Subject: [PATCH] prototype of the new matrix bandwidth test git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2052 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/amok/bandwidth.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/amok/bandwidth.h b/include/amok/bandwidth.h index 55cc5b699a..9dc9e23c2f 100644 --- a/include/amok/bandwidth.h +++ b/include/amok/bandwidth.h @@ -75,6 +75,9 @@ void amok_bw_request(const char* from_name,unsigned int from_port, unsigned long int buf_size,unsigned long int exp_size,unsigned long int msg_size, /*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); + /** @} */ #if 0 -- 2.20.1