gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7406 - in GNUnet: . src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r7406 - in GNUnet: . src/applications/fs/gap
Date: Thu, 10 Jul 2008 00:59:29 -0600 (MDT)

Author: grothoff
Date: 2008-07-10 00:59:29 -0600 (Thu, 10 Jul 2008)
New Revision: 7406

Modified:
   GNUnet/ChangeLog
   GNUnet/src/applications/fs/gap/fs.c
Log:
fix

Modified: GNUnet/ChangeLog
===================================================================
--- GNUnet/ChangeLog    2008-07-10 06:50:14 UTC (rev 7405)
+++ GNUnet/ChangeLog    2008-07-10 06:59:29 UTC (rev 7406)
@@ -1,3 +1,7 @@
+Thu Jul 10 00:59:31 MDT 2008
+       Fixed bug where datastore resizing would not 
+       result in bloomfilter update during gnunet-update.
+
 Sat Jun 28 23:43:00 MDT 2008
        Fixed bug preventing namespace advertisements from
        being processed.

Modified: GNUnet/src/applications/fs/gap/fs.c
===================================================================
--- GNUnet/src/applications/fs/gap/fs.c 2008-07-10 06:50:14 UTC (rev 7405)
+++ GNUnet/src/applications/fs/gap/fs.c 2008-07-10 06:59:29 UTC (rev 7406)
@@ -971,10 +971,18 @@
   datastore = NULL;
   coreAPI->service_release (identity);
   identity = NULL;
+  GNUNET_FS_lock = NULL;
+}
 
 
-  // GNUNET_mutex_destroy (GNUNET_FS_lock);
-  GNUNET_FS_lock = NULL;
+/**
+ * Update FS.
+ */
+void
+update_module_fs (GNUNET_UpdateAPI * uapi)
+{
+  uapi->service_update("datastore");
 }
 
+
 /* end of fs.c */





reply via email to

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