From a46808363beba27ad2c7e52246ef1ec694f8bf3a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Dec 2014 21:50:13 +0000 Subject: -fix FIXMEs --- src/scalarproduct/gnunet-service-scalarproduct.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/scalarproduct/gnunet-service-scalarproduct.h') diff --git a/src/scalarproduct/gnunet-service-scalarproduct.h b/src/scalarproduct/gnunet-service-scalarproduct.h index fbbd4397c..05b2a842c 100644 --- a/src/scalarproduct/gnunet-service-scalarproduct.h +++ b/src/scalarproduct/gnunet-service-scalarproduct.h @@ -101,15 +101,14 @@ struct ServiceResponseMessage struct GNUNET_MessageHeader header; /** - * How many elements the session input had (in NBO). + * For alignment, always zero. */ - uint32_t total_element_count GNUNET_PACKED; + uint32_t reserved GNUNET_PACKED; /** - * How many elements were included after the mask was applied - * including all multipart msgs (in NBO). + * How many elements the Bob has in the intersection (in NBO). */ - uint32_t used_element_count GNUNET_PACKED; + uint32_t intersection_element_count GNUNET_PACKED; /** * How many elements this individual message delivers (in NBO). -- cgit v1.2.3