projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f01d2b0
)
use new constant name
author
Nils Durner
<durner@gnunet.org>
Tue, 25 Aug 2009 21:20:02 +0000
(21:20 +0000)
committer
Nils Durner
<durner@gnunet.org>
Tue, 25 Aug 2009 21:20:02 +0000
(21:20 +0000)
src/util/test_os_load.c
patch
|
blob
|
history
diff --git
a/src/util/test_os_load.c
b/src/util/test_os_load.c
index ffd809edb0546a29719d95533ae83ccd3dfdbeea..b46a3eb595e78f51a86a2c1b4772cc1fe8271dc0 100644
(file)
--- a/
src/util/test_os_load.c
+++ b/
src/util/test_os_load.c
@@
-139,7
+139,7
@@
testdisk ()
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))