From c23253688fb4b4a048a2f2ba1539c20c5c6db9fa Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 12 Jul 2006 18:37:38 +0000 Subject: [PATCH 1/1] Let it compile git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2547 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/amok/Bandwidth/bandwidth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amok/Bandwidth/bandwidth.c b/src/amok/Bandwidth/bandwidth.c index 4b05ce428d..db327bad3c 100644 --- a/src/amok/Bandwidth/bandwidth.c +++ b/src/amok/Bandwidth/bandwidth.c @@ -434,7 +434,7 @@ TRY{ &(result->sec),&(result->bw)); gras_msg_rpcreturn(240,ctx,&result); - }CATCH(e){THROW1(0,1,"%s",request->host.name); + }CATCH(e){THROW1(0,1,"%s",request->peer.name); } gras_os_sleep(1); gras_socket_close(peer); /* FIXME: it should be blocking in RL until everything is sent */ -- 2.20.1