aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/set/gnunet-service-set_union.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index 832018723..137216ed7 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -148,7 +148,7 @@ struct OperationState
148 struct InvertibleBloomFilter *local_ibf; 148 struct InvertibleBloomFilter *local_ibf;
149 149
150 /** 150 /**
151 * Maps IBF-Keys (specific to the current salt) to elements. 151 * Maps unsalted IBF-Keys to elements.
152 * Used as a multihashmap, the keys being the lower 32bit of the IBF-Key. 152 * Used as a multihashmap, the keys being the lower 32bit of the IBF-Key.
153 * Colliding IBF-Keys are linked. 153 * Colliding IBF-Keys are linked.
154 */ 154 */
@@ -1379,7 +1379,11 @@ handle_p2p_inquiry (void *cls,
1379 1379
1380 1380
1381/** 1381/**
1382 * FIXME 1382 * Handle a demand by the other peer for elements based on a list
1383 * of GNUNET_HashCode-s.
1384 *
1385 * @parem cls closure, a set union operation
1386 * @param mh the demand message
1383 */ 1387 */
1384static void 1388static void
1385handle_p2p_demand (void *cls, 1389handle_p2p_demand (void *cls,