[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11288 - gnunet/src/fs
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11288 - gnunet/src/fs |
Date: |
Mon, 10 May 2010 15:56:58 +0200 |
Author: nevans
Date: 2010-05-10 15:56:58 +0200 (Mon, 10 May 2010)
New Revision: 11288
Modified:
gnunet/src/fs/fs_test_lib.c
Log:
testing api change
Modified: gnunet/src/fs/fs_test_lib.c
===================================================================
--- gnunet/src/fs/fs_test_lib.c 2010-05-10 13:56:50 UTC (rev 11287)
+++ gnunet/src/fs/fs_test_lib.c 2010-05-10 13:56:58 UTC (rev 11288)
@@ -289,7 +289,7 @@
struct StartContext *sctx = cls;
unsigned int i;
- GNUNET_TESTING_daemons_stop (sctx->group);
+ GNUNET_TESTING_daemons_stop (sctx->group,
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 30));
for (i=0;i<sctx->total;i++)
{
if (i < sctx->have)
@@ -354,6 +354,7 @@
sctx->group = GNUNET_TESTING_daemons_start (sched,
sctx->cfg,
total,
+ timeout,
NULL,
NULL,
¬ify_running,
@@ -450,7 +451,7 @@
unsigned int i;
GNUNET_assert (total > 0);
- GNUNET_TESTING_daemons_stop (daemons[0]->group);
+ GNUNET_TESTING_daemons_stop (daemons[0]->group,
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 30));
for (i=0;i<total;i++)
{
GNUNET_FS_stop (daemons[i]->fs);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11288 - gnunet/src/fs,
gnunet <=