aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/scalarproduct.h
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2014-05-08 09:46:46 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2014-05-08 09:46:46 +0000
commit65f58f9840a36af8d034a9fb6e139bed44683f01 (patch)
tree082265f0f7242bdea40b560f9e7cf11df45717a0 /src/scalarproduct/scalarproduct.h
parentd6dd23d50411a11226a8dcd88e51aa0a332e499d (diff)
downloadgnunet-65f58f9840a36af8d034a9fb6e139bed44683f01.tar.gz
gnunet-65f58f9840a36af8d034a9fb6e139bed44683f01.zip
- added status field to SP result messages
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;