gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8856 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r8856 - gnunet/src/util
Date: Tue, 25 Aug 2009 15:20:03 -0600

Author: durner
Date: 2009-08-25 15:20:02 -0600 (Tue, 25 Aug 2009)
New Revision: 8856

Modified:
   gnunet/src/util/test_os_load.c
Log:
use new constant name

Modified: gnunet/src/util/test_os_load.c
===================================================================
--- gnunet/src/util/test_os_load.c      2009-08-25 20:49:20 UTC (rev 8855)
+++ gnunet/src/util/test_os_load.c      2009-08-25 21:20:02 UTC (rev 8856)
@@ -139,7 +139,7 @@
   while (GNUNET_TIME_absolute_get_duration (start).value < 60 * 1000)
     {
       GNUNET_DISK_file_seek (fh, GNUNET_CRYPTO_random_u64 
(GNUNET_CRYPTO_QUALITY_WEAK,
-                                           1024 * 1024 * 1024), 
GNUNET_SEEK_SET);
+                                           1024 * 1024 * 1024), 
GNUNET_DISK_SEEK_SET);
       GNUNET_assert (sizeof (buf) == GNUNET_DISK_file_write (fh, buf, sizeof 
(buf)));
       GNUNET_DISK_file_sync (fh);
       if (ret < GNUNET_OS_load_disk_get (cfg))





reply via email to

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