gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5830 - in GNUnet/src/applications: . fs/lib


From: gnunet
Subject: [GNUnet-SVN] r5830 - in GNUnet/src/applications: . fs/lib
Date: Sun, 9 Dec 2007 14:00:43 -0700 (MST)

Author: grothoff
Date: 2007-12-09 14:00:43 -0700 (Sun, 09 Dec 2007)
New Revision: 5830

Modified:
   GNUnet/src/applications/Makefile.am
   GNUnet/src/applications/fs/lib/fslibtest.c
Log:
fix

Modified: GNUnet/src/applications/Makefile.am
===================================================================
--- GNUnet/src/applications/Makefile.am 2007-12-09 19:50:19 UTC (rev 5829)
+++ GNUnet/src/applications/Makefile.am 2007-12-09 21:00:43 UTC (rev 5830)
@@ -16,7 +16,6 @@
 SUBDIRS        = \
  identity \
  testing \
- advertising \
  bootstrap_http \
  datastore \
  rpc \
@@ -37,6 +36,7 @@
  tracekit \
  traffic \
  transport \
+ advertising \
  $(VPN_DIR)
 # $(TESTBED_DIR) 
 # chat

Modified: GNUnet/src/applications/fs/lib/fslibtest.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslibtest.c  2007-12-09 19:50:19 UTC (rev 
5829)
+++ GNUnet/src/applications/fs/lib/fslibtest.c  2007-12-09 21:00:43 UTC (rev 
5830)
@@ -103,7 +103,8 @@
  */
 static int
 countCallback (const GNUNET_HashCode * key,
-               const GNUNET_DatastoreValue * value, void *cls)
+               const GNUNET_DatastoreValue * value, void *cls,
+              unsigned long long uid)
 {
   int *cnt = cls;
   (*cnt)--;
@@ -304,7 +305,7 @@
       GNUNET_free (eblock);
       GNUNET_hash (&((DBlock *) & block[1])[1],
                    ntohl (block->size) - sizeof (GNUNET_DatastoreValue) -
-                   sizeof (DBlock), &hc);
+                  sizeof (DBlock), &hc);
       CHECK (GNUNET_OK == GNUNET_FS_index (sock, &hc, block, 0));
       CHECK (GNUNET_OK == trySearch (ctx, i));
       CHECK (GNUNET_OK ==





reply via email to

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