aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/scalarproduct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/scalarproduct.h')
-rw-r--r--src/scalarproduct/scalarproduct.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scalarproduct/scalarproduct.h b/src/scalarproduct/scalarproduct.h
index 9f6036358..e83df5188 100644
--- a/src/scalarproduct/scalarproduct.h
+++ b/src/scalarproduct/scalarproduct.h
@@ -237,6 +237,11 @@ struct GNUNET_SCALARPRODUCT_client_response
237 struct GNUNET_PeerIdentity peer; 237 struct GNUNET_PeerIdentity peer;
238 238
239 /** 239 /**
240 * status information about the outcome of this session
241 */
242 int32_t status;
243
244 /**
240 * Workaround for libgcrypt: -1 if negative, 0 if zero, else 1 245 * Workaround for libgcrypt: -1 if negative, 0 if zero, else 1
241 */ 246 */
242 int8_t range; 247 int8_t range;