gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3507 - GNUnet/src/applications/fs/fsui


From: grothoff
Subject: [GNUnet-SVN] r3507 - GNUnet/src/applications/fs/fsui
Date: Thu, 19 Oct 2006 22:13:42 -0700 (PDT)

Author: grothoff
Date: 2006-10-19 22:13:40 -0700 (Thu, 19 Oct 2006)
New Revision: 3507

Modified:
   GNUnet/src/applications/fs/fsui/downloadtest.c
   GNUnet/src/applications/fs/fsui/fsuitest.c
   GNUnet/src/applications/fs/fsui/searchtest.c
Log:
unindex renamed

Modified: GNUnet/src/applications/fs/fsui/downloadtest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/downloadtest.c      2006-10-20 05:12:31 UTC 
(rev 3506)
+++ GNUnet/src/applications/fs/fsui/downloadtest.c      2006-10-20 05:13:40 UTC 
(rev 3507)
@@ -328,7 +328,7 @@
   CHECK(search != NULL);
   CHECK(download != NULL);
   waitForEvent = FSUI_unindex_completed;
-  unindex = FSUI_unindex(ctx, fn);
+  unindex = FSUI_startUnindex(ctx, fn);
   CHECK(unindex != NULL);
   prog = 0;
   while (lastEvent != FSUI_unindex_completed) {

Modified: GNUnet/src/applications/fs/fsui/fsuitest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/fsuitest.c  2006-10-20 05:12:31 UTC (rev 
3506)
+++ GNUnet/src/applications/fs/fsui/fsuitest.c  2006-10-20 05:13:40 UTC (rev 
3507)
@@ -206,7 +206,7 @@
   }
   FSUI_stopSearch(ctx,
                  search);
-  unindex = FSUI_unindex(ctx, filename);
+  unindex = FSUI_startUnindex(ctx, filename);
   prog = 0;
   while (lastEvent != FSUI_unindex_completed) {
     prog++;

Modified: GNUnet/src/applications/fs/fsui/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/searchtest.c        2006-10-20 05:12:31 UTC 
(rev 3506)
+++ GNUnet/src/applications/fs/fsui/searchtest.c        2006-10-20 05:13:40 UTC 
(rev 3507)
@@ -228,7 +228,7 @@
   }
   FSUI_stopDownload(ctx, download);
   fn = makeName(42);
-  unindex = FSUI_unindex(ctx, fn);
+  unindex = FSUI_startUnindex(ctx, fn);
   FREE(fn);
   fn = NULL;
   CHECK(NULL != unindex);





reply via email to

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