From cb26aeac8d1b958d586849ec78aa6f3771d3d60d Mon Sep 17 00:00:00 2001 From: Steven Dee Date: Wed, 26 Feb 2014 02:03:17 +0000 Subject: [PATCH] Add padding to preserve alignment on 32-bit systems --- capn.h | 1 + 1 file changed, 1 insertion(+) diff --git a/capn.h b/capn.h index e24aca2..ca8ee17 100644 --- a/capn.h +++ b/capn.h @@ -89,6 +89,7 @@ struct capn_tree *capn_tree_insert(struct capn_tree *root, struct capn_tree *n); */ struct capn_segment { struct capn_tree hdr; + void *pad1; struct capn_segment *next; struct capn *capn; uint32_t id;