Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to reput the cvs base in a usable state, sorry
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 23 Jun 2005 21:53:57 +0000 (21:53 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 23 Jun 2005 21:53:57 +0000 (21:53 +0000)
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

index 96507a2..a450e21 100644 (file)
@@ -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;