gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8309 - GNUnet/src/util/os


From: gnunet
Subject: [GNUnet-SVN] r8309 - GNUnet/src/util/os
Date: Mon, 2 Mar 2009 00:01:07 -0700

Author: grothoff
Date: 2009-03-02 00:01:07 -0700 (Mon, 02 Mar 2009)
New Revision: 8309

Modified:
   GNUnet/src/util/os/cpustatus.c
Log:
fix

Modified: GNUnet/src/util/os/cpustatus.c
===================================================================
--- GNUnet/src/util/os/cpustatus.c      2009-03-02 05:02:15 UTC (rev 8308)
+++ GNUnet/src/util/os/cpustatus.c      2009-03-02 07:01:07 UTC (rev 8309)
@@ -70,14 +70,14 @@
  */
 static int currentCPULoad;
 
-static int agedCPULoad = -1;
+static double agedCPULoad = -1;
 
 /**
  * Current IO load, as percentage of CPU cycles blocked on IO.
  */
 static int currentIOLoad;
 
-static int agedIOLoad = -1;
+static double agedIOLoad = -1;
 
 #ifdef OSX
 static int





reply via email to

[Prev in Thread] Current Thread [Next in Thread]