From cedaf28a563149a033ea41ad9af1343bbf1061da Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 19 Nov 2013 10:48:39 +0000 Subject: [PATCH] Forgot to set packed attribute for era_detail --- era/era_detail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/era/era_detail.h b/era/era_detail.h index 1b907fb..adaec57 100644 --- a/era/era_detail.h +++ b/era/era_detail.h @@ -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;