gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r149 - in GNUnet: . doc/man src/applications/gap


From: grothoff
Subject: [GNUnet-SVN] r149 - in GNUnet: . doc/man src/applications/gap
Date: Tue, 1 Feb 2005 22:09:05 -0800 (PST)

Author: grothoff
Date: 2005-02-01 22:09:04 -0800 (Tue, 01 Feb 2005)
New Revision: 149

Modified:
   GNUnet/doc/man/gnunet-insert.1
   GNUnet/src/applications/gap/gap.c
   GNUnet/todo
Log:
need to call forward query

Modified: GNUnet/doc/man/gnunet-insert.1
===================================================================
--- GNUnet/doc/man/gnunet-insert.1      2005-02-02 05:41:42 UTC (rev 148)
+++ GNUnet/doc/man/gnunet-insert.1      2005-02-02 06:09:04 UTC (rev 149)
@@ -64,9 +64,9 @@
 .PP
 You can use automatic meta\-data extraction (based on libextractor) 
 or the command\-line option \-m to specify meta-data.  For the \-m
-option you need to use the form keyword-type:value.  For example,
+option you need to use the form keyword\-type:value.  For example,
 use "\-m os:Linux" to specify that the operating system is Linux.
-Common meta-data types are "author", "title" , "mimetype", "filename",
+Common meta\-data types are "author", "title" , "mimetype", "filename",
 "language", "subject" and "keywords".  A full list can be obtained from
 the extract tool using the option \-\-list.  The meta-data is used to help
 users in searching for files on the network.  The keywords are case\-sensitive.

Modified: GNUnet/src/applications/gap/gap.c
===================================================================
--- GNUnet/src/applications/gap/gap.c   2005-02-02 05:41:42 UTC (rev 148)
+++ GNUnet/src/applications/gap/gap.c   2005-02-02 06:09:04 UTC (rev 149)
@@ -766,7 +766,7 @@
  * Take a query and forward it to the appropriate number of nodes
  * (depending on load, queue, etc).
  */
-static void forwardQuery(GAP_QUERY * msg,
+static void forwardQuery(const GAP_QUERY * msg,
                         const PeerIdentity * excludePeer) {
   cron_t now;
   QueryRecord * qr;
@@ -1442,6 +1442,9 @@
          (DataProcessor) &queryLocalResultCallback,
          &cls);
   MUTEX_UNLOCK(&ite->lookup_exclusion);
+  if (cls.doForward)
+    forwardQuery(query,
+                sender);
   return cls.doForward; 
 }
 

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2005-02-02 05:41:42 UTC (rev 148)
+++ GNUnet/todo 2005-02-02 06:09:04 UTC (rev 149)
@@ -1,9 +1,10 @@
 0.6.6a [2?'05] (aka "bugfixes"):
 - 828?
+- 827??
 - 823?
-- 827?
-- 796?
-- 811?
+- 770?
+- 765?
+- 704?
 - 593???
 
 0.7.0pre0 [4'05] (aka "pre-preview"):





reply via email to

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