aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct-ecc_bob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct-ecc_bob.c')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct-ecc_bob.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct-ecc_bob.c b/src/scalarproduct/gnunet-service-scalarproduct-ecc_bob.c
index 8a5b3a5b2..3851ca763 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct-ecc_bob.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct-ecc_bob.c
@@ -580,11 +580,13 @@ handle_alices_cryptodata_message (void *cls,
580 * 580 *
581 * @param cls closure with the `struct BobServiceSession` 581 * @param cls closure with the `struct BobServiceSession`
582 * @param element a result element, only valid if status is #GNUNET_SET_STATUS_OK 582 * @param element a result element, only valid if status is #GNUNET_SET_STATUS_OK
583 * @param current_size current set size
583 * @param status what has happened with the set intersection? 584 * @param status what has happened with the set intersection?
584 */ 585 */
585static void 586static void
586cb_intersection_element_removed (void *cls, 587cb_intersection_element_removed (void *cls,
587 const struct GNUNET_SET_Element *element, 588 const struct GNUNET_SET_Element *element,
589 uint64_t current_size,
588 enum GNUNET_SET_Status status) 590 enum GNUNET_SET_Status status)
589{ 591{
590 struct BobServiceSession *s = cls; 592 struct BobServiceSession *s = cls;