gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1834 - GNUnet/src/applications/fs/fsui
Date: Sun, 21 Aug 2005 18:52:21 -0700 (PDT)

Author: grothoff
Date: 2005-08-21 18:52:20 -0700 (Sun, 21 Aug 2005)
New Revision: 1834

Modified:
   GNUnet/src/applications/fs/fsui/download.c
Log:
track more

Modified: GNUnet/src/applications/fs/fsui/download.c
===================================================================
--- GNUnet/src/applications/fs/fsui/download.c  2005-08-22 01:44:52 UTC (rev 
1833)
+++ GNUnet/src/applications/fs/fsui/download.c  2005-08-22 01:52:20 UTC (rev 
1834)
@@ -48,12 +48,14 @@
 
 static int triggerRecursiveDownload(const ECRS_FileInfo * fi,
                                    const HashCode512 * key,
-                                   FSUI_DownloadList * parent) {
+                                   void * prnt) {  
+  FSUI_DownloadList * parent = prnt;
   int i;
   FSUI_DownloadList * pos;
   char * filename;
   char * fullName;
 
+  FSUI_trackURI(fi);
   for (i=0;i<parent->completedDownloadsCount;i++)
     if (ECRS_equalsUri(parent->completedDownloads[i],
                       fi->uri))
@@ -147,7 +149,7 @@
     ECRS_listDirectory(lastBlock,
                       lastBlockSize,
                       &md,
-                      (ECRS_SearchProgressCallback) &triggerRecursiveDownload,
+                      &triggerRecursiveDownload,
                       dl);
     MUTEX_UNLOCK(&dl->ctx->lock);
     if (md != NULL)





reply via email to

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