Fixed compilation by removing 32-bit padding
This commit is contained in:
parent
bf5eb7f92c
commit
d84a635fb0
3 changed files with 7 additions and 8 deletions
1
capn.h
1
capn.h
|
|
@ -89,7 +89,6 @@ 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue