aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/scalarproduct.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-07 22:54:20 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-07 22:54:20 +0000
commit840ea5278ccb38427c76c6c14682664c643150f9 (patch)
tree7d26fd458b794bc971857710914740dffd9505cb /src/scalarproduct/scalarproduct.h
parent629a4960f97c50422770c1267aeddb175b8b89a7 (diff)
downloadgnunet-840ea5278ccb38427c76c6c14682664c643150f9.tar.gz
gnunet-840ea5278ccb38427c76c6c14682664c643150f9.zip
-style, actually call GNUNET_CADET_receive_done to receive more messages
Diffstat (limited to 'src/scalarproduct/scalarproduct.h')
-rw-r--r--src/scalarproduct/scalarproduct.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/scalarproduct/scalarproduct.h b/src/scalarproduct/scalarproduct.h
index a59f7641d..8f5abb3e0 100644
--- a/src/scalarproduct/scalarproduct.h
+++ b/src/scalarproduct/scalarproduct.h
@@ -154,9 +154,10 @@ struct ClientResponseMessage
154 uint32_t product_length GNUNET_PACKED; 154 uint32_t product_length GNUNET_PACKED;
155 155
156 /** 156 /**
157 * status information about the outcome of this session 157 * Status information about the outcome of this session,
158 * An `enum GNUNET_SCALARPRODUCT_ResponseStatus` (in NBO).
158 */ 159 */
159 int32_t status GNUNET_PACKED; 160 uint32_t status GNUNET_PACKED;
160 161
161 /** 162 /**
162 * Workaround for libgcrypt: -1 if negative, 0 if zero, else 1 163 * Workaround for libgcrypt: -1 if negative, 0 if zero, else 1