gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11375 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r11375 - gnunet/src/fs
Date: Fri, 14 May 2010 23:27:17 +0200

Author: grothoff
Date: 2010-05-14 23:27:17 +0200 (Fri, 14 May 2010)
New Revision: 11375

Modified:
   gnunet/src/fs/fs_test_lib_data.conf
   gnunet/src/fs/gnunet-service-fs.c
Log:
fixes

Modified: gnunet/src/fs/fs_test_lib_data.conf
===================================================================
--- gnunet/src/fs/fs_test_lib_data.conf 2010-05-14 20:47:17 UTC (rev 11374)
+++ gnunet/src/fs/fs_test_lib_data.conf 2010-05-14 21:27:17 UTC (rev 11375)
@@ -17,7 +17,7 @@
 [arm]
 PORT = 43466
 HOSTNAME = localhost
-DEFAULTSERVICES = 
+DEFAULTSERVICES = fs
 
 [datastore]
 DEBUG = YES
@@ -44,7 +44,7 @@
 #TOTAL_QUOTA_OUT = 9321
 TOTAL_QUOTA_IN = 3932160
 TOTAL_QUOTA_OUT = 3932160
-# DEBUG = YES
+DEBUG = YES
 #PREFIX = valgrind --tool=memcheck --leak-check=yes
 #BINARY = /home/grothoff/bin/gnunet-service-core
 

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2010-05-14 20:47:17 UTC (rev 11374)
+++ gnunet/src/fs/gnunet-service-fs.c   2010-05-14 21:27:17 UTC (rev 11375)
@@ -1063,7 +1063,7 @@
                                                   &transmit_to_peer,
                                                   cp);
     }
-#if DEBUG_FS > 2
+#if DEBUG_FS
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "Transmitting %u bytes to peer %u.\n",
              msize,
@@ -2107,7 +2107,7 @@
                                              &prq);
   if (GNUNET_YES == active_migration)
     {
-      GNUNET_DATASTORE_put (NULL /* FIXME */,
+      GNUNET_DATASTORE_put (dsh,
                            0, &query, dsize, &put[1],
                            type, prq.priority, 1 /* anonymity */, 
                            expiration, 




reply via email to

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