aboutsummaryrefslogtreecommitdiff
path: root/internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'internals.h')
-rw-r--r--internals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internals.h b/internals.h
index fa2ea87..23dab78 100644
--- a/internals.h
+++ b/internals.h
@@ -79,7 +79,7 @@ struct BRANDT_DescrP {
/** The length of the description in bytes */
uint32_t description_len GNUNET_PACKED;
- /** reserved for future use */
+ /** reserved for future use. Must be zeroed out. */
uint32_t reserved1 GNUNET_PACKED;
/** The amount of possible prices */
@@ -93,7 +93,7 @@ struct BRANDT_DescrP {
* outcome. */
uint16_t outcome_public GNUNET_PACKED;
- /** reserved for future use */
+ /** reserved for future use. Must be zeroed out. */
uint16_t reserved2 GNUNET_PACKED;
};