aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-08-25 21:20:02 +0000
committerNils Durner <durner@gnunet.org>2009-08-25 21:20:02 +0000
commit91814c52d177ea276ce81ac5840b183590f07554 (patch)
treedc95116d1d9d4ce8e68bc88e5ce5bfb79bd949d7
parentf01d2b04412a164258dbb77140eed02027ba24f7 (diff)
downloadgnunet-91814c52d177ea276ce81ac5840b183590f07554.tar.gz
gnunet-91814c52d177ea276ce81ac5840b183590f07554.zip
use new constant name
-rw-r--r--src/util/test_os_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_os_load.c b/src/util/test_os_load.c
index ffd809edb..b46a3eb59 100644
--- a/src/util/test_os_load.c
+++ b/src/util/test_os_load.c
@@ -139,7 +139,7 @@ testdisk ()
139 while (GNUNET_TIME_absolute_get_duration (start).value < 60 * 1000) 139 while (GNUNET_TIME_absolute_get_duration (start).value < 60 * 1000)
140 { 140 {
141 GNUNET_DISK_file_seek (fh, GNUNET_CRYPTO_random_u64 (GNUNET_CRYPTO_QUALITY_WEAK, 141 GNUNET_DISK_file_seek (fh, GNUNET_CRYPTO_random_u64 (GNUNET_CRYPTO_QUALITY_WEAK,
142 1024 * 1024 * 1024), GNUNET_SEEK_SET); 142 1024 * 1024 * 1024), GNUNET_DISK_SEEK_SET);
143 GNUNET_assert (sizeof (buf) == GNUNET_DISK_file_write (fh, buf, sizeof (buf))); 143 GNUNET_assert (sizeof (buf) == GNUNET_DISK_file_write (fh, buf, sizeof (buf)));
144 GNUNET_DISK_file_sync (fh); 144 GNUNET_DISK_file_sync (fh);
145 if (ret < GNUNET_OS_load_disk_get (cfg)) 145 if (ret < GNUNET_OS_load_disk_get (cfg))