aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/scalarproduct.h
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2014-05-20 09:58:47 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2014-05-20 09:58:47 +0000
commit8d5da67b9a88e45c184eb679505afd9ea15eda42 (patch)
treef7e19523e48f04e89e1064587da260e99d2f2179 /src/scalarproduct/scalarproduct.h
parent9928bcda2275e422930209ac47d61104422563e8 (diff)
downloadgnunet-8d5da67b9a88e45c184eb679505afd9ea15eda42.tar.gz
gnunet-8d5da67b9a88e45c184eb679505afd9ea15eda42.zip
- removed now obsolete check for the element count for an scalarproduct calculation
- removed matching for element count for the same reason - fixed a safety check conditions logics operator from AND to OR
Diffstat (limited to 'src/scalarproduct/scalarproduct.h')
-rw-r--r--src/scalarproduct/scalarproduct.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/scalarproduct/scalarproduct.h b/src/scalarproduct/scalarproduct.h
index e83df5188..6837b3abc 100644
--- a/src/scalarproduct/scalarproduct.h
+++ b/src/scalarproduct/scalarproduct.h
@@ -121,11 +121,6 @@ struct GNUNET_SCALARPRODUCT_service_request {
121 struct GNUNET_MessageHeader header; 121 struct GNUNET_MessageHeader header;
122 122
123 /** 123 /**
124 * how many elements the total message including all multipart msgs contains
125 */
126 uint32_t total_element_count GNUNET_PACKED;
127
128 /**
129 * the transaction/session key used to identify a session 124 * the transaction/session key used to identify a session
130 */ 125 */
131 struct GNUNET_HashCode session_id; 126 struct GNUNET_HashCode session_id;