aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-23 14:52:02 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-23 17:47:37 +0100
commit0581ec4f88a81894a17ef4619a8ac2a0c3c7d061 (patch)
tree856e521705c00b5675bc20a14910f99b932a95dc /src/set/gnunet-service-set_union.c
parent5a2d590a6f4b4f2c35d1240e65cc43aff111eb8b (diff)
downloadgnunet-0581ec4f88a81894a17ef4619a8ac2a0c3c7d061.tar.gz
gnunet-0581ec4f88a81894a17ef4619a8ac2a0c3c7d061.zip
comments
Diffstat (limited to 'src/set/gnunet-service-set_union.c')
-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,