gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6215 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r6215 - GNUnet/src/applications/fs/ecrs
Date: Sat, 9 Feb 2008 19:45:00 -0700 (MST)

Author: grothoff
Date: 2008-02-09 19:44:59 -0700 (Sat, 09 Feb 2008)
New Revision: 6215

Modified:
   GNUnet/src/applications/fs/ecrs/downloadtest.c
   GNUnet/src/applications/fs/ecrs/ecrstest.c
   GNUnet/src/applications/fs/ecrs/namespacetest.c
Log:
fix

Modified: GNUnet/src/applications/fs/ecrs/downloadtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/downloadtest.c      2008-02-10 02:42:02 UTC 
(rev 6214)
+++ GNUnet/src/applications/fs/ecrs/downloadtest.c      2008-02-10 02:44:59 UTC 
(rev 6215)
@@ -172,7 +172,7 @@
 
   name = makeName (size);
   ret =
-    GNUNET_ECRS_file_uninde (NULL, cfg, name, NULL, NULL, &testTerminate,
+    GNUNET_ECRS_file_unindex (NULL, cfg, name, NULL, NULL, &testTerminate,
                              NULL);
   if (0 != UNLINK (name))
     ret = GNUNET_SYSERR;

Modified: GNUnet/src/applications/fs/ecrs/ecrstest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/ecrstest.c  2008-02-10 02:42:02 UTC (rev 
6214)
+++ GNUnet/src/applications/fs/ecrs/ecrstest.c  2008-02-10 02:44:59 UTC (rev 
6215)
@@ -214,7 +214,7 @@
 
   name = makeName (size);
   ret =
-    GNUNET_ECRS_file_uninde (NULL, cfg, name, NULL, NULL, &testTerminate,
+    GNUNET_ECRS_file_unindex(NULL, cfg, name, NULL, NULL, &testTerminate,
                              NULL);
   if (0 != UNLINK (name))
     ret = GNUNET_SYSERR;

Modified: GNUnet/src/applications/fs/ecrs/namespacetest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespacetest.c     2008-02-10 02:42:02 UTC 
(rev 6214)
+++ GNUnet/src/applications/fs/ecrs/namespacetest.c     2008-02-10 02:44:59 UTC 
(rev 6215)
@@ -99,7 +99,7 @@
   CHECK (GNUNET_OK == GNUNET_ECRS_search (NULL,
                                           cfg,
                                           advURI,
-                                          1, 60 * GNUNET_CRON_SECONDS, &spcb,
+                                          1, &spcb,
                                           uri, NULL, NULL));
   fprintf (stderr, "Completed namespace search...\n");
   CHECK (GNUNET_OK == GNUNET_ECRS_namespace_delete (NULL, cfg, CHECKNAME));





reply via email to

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