From 23cadce3ae638ab6b246ca4e3b0a0c50e9d0e9c7 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 23 Jun 2005 21:53:57 +0000 Subject: [PATCH] Try to reput the cvs base in a usable state, sorry git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1417 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/amok/Bandwidth/bandwidth_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amok/Bandwidth/bandwidth_private.h b/src/amok/Bandwidth/bandwidth_private.h index 96507a2856..a450e216c9 100644 --- a/src/amok/Bandwidth/bandwidth_private.h +++ b/src/amok/Bandwidth/bandwidth_private.h @@ -40,7 +40,7 @@ typedef struct { typedef struct { s_amok_remoterr_t err; unsigned int timestamp; - double seconds; + double sec; double bw; } s_bw_res,*bw_res_t; -- 2.20.1