aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-07 21:55:41 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-07 21:55:41 +0000
commit7082f581f7f7c32fba7af6c22175efc6db2dae61 (patch)
tree3d37efbd3bd20b706faf731e792109b19bedd426 /src/scalarproduct/gnunet-service-scalarproduct.h
parent67eeadf357c24abec2dd790a54be74b7db71560d (diff)
downloadgnunet-7082f581f7f7c32fba7af6c22175efc6db2dae61.tar.gz
gnunet-7082f581f7f7c32fba7af6c22175efc6db2dae61.zip
-simplify further, too much checking...
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct.h')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct.h b/src/scalarproduct/gnunet-service-scalarproduct.h
index 82b2d10c5..f0c3fa22d 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct.h
+++ b/src/scalarproduct/gnunet-service-scalarproduct.h
@@ -101,16 +101,6 @@ struct BobCryptodataMessage
101 struct GNUNET_MessageHeader header; 101 struct GNUNET_MessageHeader header;
102 102
103 /** 103 /**
104 * For alignment, always zero.
105 */
106 uint32_t reserved GNUNET_PACKED;
107
108 /**
109 * How many elements the Bob has in the intersection (in NBO).
110 */
111 uint32_t intersection_element_count GNUNET_PACKED;
112
113 /**
114 * How many elements this individual message delivers (in NBO). 104 * How many elements this individual message delivers (in NBO).
115 */ 105 */
116 uint32_t contained_element_count GNUNET_PACKED; 106 uint32_t contained_element_count GNUNET_PACKED;