gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6907 - in GNUnet/src: applications/fs/fsui include


From: gnunet
Subject: [GNUnet-SVN] r6907 - in GNUnet/src: applications/fs/fsui include
Date: Mon, 26 May 2008 20:41:47 -0600 (MDT)

Author: grothoff
Date: 2008-05-26 20:41:47 -0600 (Mon, 26 May 2008)
New Revision: 6907

Modified:
   GNUnet/src/applications/fs/fsui/fsui.h
   GNUnet/src/include/gnunet_fsui_lib.h
Log:
formatting

Modified: GNUnet/src/applications/fs/fsui/fsui.h
===================================================================
--- GNUnet/src/applications/fs/fsui/fsui.h      2008-05-27 02:36:32 UTC (rev 
6906)
+++ GNUnet/src/applications/fs/fsui/fsui.h      2008-05-27 02:41:47 UTC (rev 
6907)
@@ -46,7 +46,7 @@
 /**
  * Strict upper limit on the number of concurrent probes.
  */
-#define GNUNET_FSUI_HARD_PROBE_LIMIT 128
+#define GNUNET_FSUI_HARD_PROBE_LIMIT 32
 
 /**
  * Track record for a given result.

Modified: GNUnet/src/include/gnunet_fsui_lib.h
===================================================================
--- GNUnet/src/include/gnunet_fsui_lib.h        2008-05-27 02:36:32 UTC (rev 
6906)
+++ GNUnet/src/include/gnunet_fsui_lib.h        2008-05-27 02:41:47 UTC (rev 
6907)
@@ -924,7 +924,14 @@
  * @param closure extra argument to cb
  * @return NULL on error
  */
-struct GNUNET_FSUI_Context *GNUNET_FSUI_start (struct GNUNET_GE_Context *ectx, 
struct GNUNET_GC_Configuration *cfg, const char *name, unsigned int 
threadPoolSize, int doResume, GNUNET_FSUI_EventProcessor cb, void *closure); /* 
fsui.c */
+struct GNUNET_FSUI_Context *
+GNUNET_FSUI_start (struct GNUNET_GE_Context *ectx, 
+                  struct GNUNET_GC_Configuration *cfg, 
+                  const char *name, 
+                  unsigned int threadPoolSize, 
+                  int doResume,
+                  GNUNET_FSUI_EventProcessor cb,
+                  void *closure); /* fsui.c */
 
 /**
  * Stop all processes under FSUI control (may serialize
@@ -939,7 +946,10 @@
  *
  * @return NULL on error
  */
-struct GNUNET_FSUI_SearchList *GNUNET_FSUI_search_start (struct 
GNUNET_FSUI_Context *ctx, unsigned int anonymityLevel, const struct 
GNUNET_ECRS_URI *uri);      /* search.c */
+struct GNUNET_FSUI_SearchList *
+GNUNET_FSUI_search_start (struct GNUNET_FSUI_Context *ctx, 
+                         unsigned int anonymityLevel, 
+                         const struct GNUNET_ECRS_URI *uri);      /* search.c 
*/
 
 /**
  * Abort a search.
@@ -974,7 +984,15 @@
  *
  * @return NULL on error
  */
-struct GNUNET_FSUI_DownloadList *GNUNET_FSUI_download_start (struct 
GNUNET_FSUI_Context *ctx, unsigned int anonymityLevel, int doRecursive, const 
struct GNUNET_ECRS_URI *uri, const struct GNUNET_ECRS_MetaData *meta, const 
char *filename, struct GNUNET_FSUI_SearchList *parentSearch, struct 
GNUNET_FSUI_DownloadList *parentDownload);    /* download.c */
+struct GNUNET_FSUI_DownloadList *
+GNUNET_FSUI_download_start (struct GNUNET_FSUI_Context *ctx,
+                           unsigned int anonymityLevel, 
+                           int doRecursive, 
+                           const struct GNUNET_ECRS_URI *uri, 
+                           const struct GNUNET_ECRS_MetaData *meta, 
+                           const char *filename, 
+                           struct GNUNET_FSUI_SearchList *parentSearch,
+                           struct GNUNET_FSUI_DownloadList *parentDownload);   
 /* download.c */
 
 /**
  * Abort a download.  If the dl is for a recursive download, all
@@ -1024,32 +1042,20 @@
  * @param keyURI keywords for top-level file
  * @return NULL on error
  */
-struct GNUNET_FSUI_UploadList *GNUNET_FSUI_upload_start (struct
-                                                         GNUNET_FSUI_Context
-                                                         *ctx,
-                                                         const char *filename,
-                                                         
GNUNET_FSUI_DirectoryScanCallback
-                                                         dsc,
-                                                         void *dscClosure,
-                                                         unsigned int
-                                                         anonymityLevel,
-                                                         unsigned int
-                                                         priority,
-                                                         int doIndex,
-                                                         int doExtract,
-                                                         int
-                                                         individualKeywords,
-                                                         GNUNET_CronTime
-                                                         expiration,
-                                                         const struct
-                                                         GNUNET_ECRS_MetaData
-                                                         *topLevelMetaData,
-                                                         const struct
-                                                         GNUNET_ECRS_URI
-                                                         *globalURI,
-                                                         const struct
-                                                         GNUNET_ECRS_URI
-                                                         *keyUri);
+struct GNUNET_FSUI_UploadList *
+GNUNET_FSUI_upload_start (struct GNUNET_FSUI_Context *ctx,
+                         const char *filename,
+                         GNUNET_FSUI_DirectoryScanCallback dsc,
+                         void *dscClosure,
+                         unsigned int anonymityLevel,
+                         unsigned int priority,
+                         int doIndex,
+                         int doExtract,
+                         int individualKeywords,
+                         GNUNET_CronTime expiration,
+                         const struct GNUNET_ECRS_MetaData *topLevelMetaData,
+                         const struct GNUNET_ECRS_URI *globalURI,
+                         const struct GNUNET_ECRS_URI*keyUri);
 
 
 /**
@@ -1075,11 +1081,9 @@
  *
  * @return NULL on error
  */
-struct GNUNET_FSUI_UnindexList *GNUNET_FSUI_unindex_start (struct
-                                                           GNUNET_FSUI_Context
-                                                           *ctx,
-                                                           const char
-                                                           *filename);
+struct GNUNET_FSUI_UnindexList *
+GNUNET_FSUI_unindex_start (struct GNUNET_FSUI_Context *ctx,
+                          const char *filename);
 
 
 /**





reply via email to

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