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, 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