diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-16 13:25:03 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-16 13:25:03 +0200 |
commit | 01c2b8d710ff5a526d1ae2ed2a7fafdec0b1f973 (patch) | |
tree | bff04b124e4e1eae762d618c53640f7255cc3d29 /internals.h | |
parent | 3a074a3d29ca7b05c79057f9e69d71eae5cb5722 (diff) |
add descr struct verification
Diffstat (limited to 'internals.h')
-rw-r--r-- | internals.h | 4 |
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; }; |