Forgot to set packed attribute for era_detail

This commit is contained in:
Joe Thornber 2013-11-19 10:48:39 +00:00
parent 804108fb73
commit cedaf28a56

View File

@ -10,7 +10,7 @@ namespace era {
base::le32 nr_bits;
base::le32 hash_fns_and_probes;
base::le64 bloom_root;
};
} __attribute__ ((packed));
struct era_detail {
uint32_t nr_bits;