From 0581ec4f88a81894a17ef4619a8ac2a0c3c7d061 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 23 Feb 2017 14:52:02 +0100 Subject: [PATCH] comments --- src/set/gnunet-service-set_union.c | 8 ++++++-- 1 file 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 struct InvertibleBloomFilter *local_ibf; /** - * Maps IBF-Keys (specific to the current salt) to elements. + * Maps unsalted IBF-Keys to elements. * Used as a multihashmap, the keys being the lower 32bit of the IBF-Key. * Colliding IBF-Keys are linked. */ @@ -1379,7 +1379,11 @@ handle_p2p_inquiry (void *cls, /** - * FIXME + * Handle a demand by the other peer for elements based on a list + * of GNUNET_HashCode-s. + * + * @parem cls closure, a set union operation + * @param mh the demand message */ static void handle_p2p_demand (void *cls, -- 2.25.1