aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-07 21:50:13 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-07 21:50:13 +0000
commita46808363beba27ad2c7e52246ef1ec694f8bf3a (patch)
treeacce0b46c7a9c5e1f150a8884068a42dcc0914af /src/scalarproduct/gnunet-service-scalarproduct.h
parent8465e25bec93716b299e6bdddd832cf84fc5d58c (diff)
downloadgnunet-a46808363beba27ad2c7e52246ef1ec694f8bf3a.tar.gz
gnunet-a46808363beba27ad2c7e52246ef1ec694f8bf3a.zip
-fix FIXMEs
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct.h')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.h9
1 files changed, 4 insertions, 5 deletions
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
101 struct GNUNET_MessageHeader header; 101 struct GNUNET_MessageHeader header;
102 102
103 /** 103 /**
104 * How many elements the session input had (in NBO). 104 * For alignment, always zero.
105 */ 105 */
106 uint32_t total_element_count GNUNET_PACKED; 106 uint32_t reserved GNUNET_PACKED;
107 107
108 /** 108 /**
109 * How many elements were included after the mask was applied 109 * How many elements the Bob has in the intersection (in NBO).
110 * including all multipart msgs (in NBO).
111 */ 110 */
112 uint32_t used_element_count GNUNET_PACKED; 111 uint32_t intersection_element_count GNUNET_PACKED;
113 112
114 /** 113 /**
115 * How many elements this individual message delivers (in NBO). 114 * How many elements this individual message delivers (in NBO).