gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: [fs] Fix unindex after API


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: [fs] Fix unindex after API change
Date: Sat, 01 Apr 2017 00:28:55 +0200

This is an automated email from the git hooks/post-receive script.

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 9e3bf5f49 [fs] Fix unindex after API change
9e3bf5f49 is described below

commit 9e3bf5f4917da8f19b3fa46536bb21eaf2c7fcbc
Author: David Barksdale <address@hidden>
AuthorDate: Fri Mar 31 17:27:38 2017 -0500

    [fs] Fix unindex after API change
---
 src/fs/fs_unindex.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index e1c7ea535..95a48f8cc 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -464,19 +464,21 @@ continue_after_remove (void *cls,
  * @param type type of the content
  * @param priority priority of the content
  * @param anonymity anonymity-level for the content
+ * @param replication replication-level for the content
  * @param expiration expiration time for the content
  * @param uid unique identifier for the datum;
  *        maybe 0 if no unique identifier is available
  */
 static void
 process_kblock_for_unindex (void *cls,
-                           const struct GNUNET_HashCode *key,
-                           size_t size,
+                            const struct GNUNET_HashCode *key,
+                            size_t size,
                             const void *data,
-                           enum GNUNET_BLOCK_Type type,
-                           uint32_t priority,
-                           uint32_t anonymity,
-                           struct GNUNET_TIME_Absolute expiration,
+                            enum GNUNET_BLOCK_Type type,
+                            uint32_t priority,
+                            uint32_t anonymity,
+                            uint32_t replication,
+                            struct GNUNET_TIME_Absolute expiration,
                             uint64_t uid)
 {
   struct GNUNET_FS_UnindexContext *uc = cls;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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