From: Rusty Russell Date: Wed, 4 Jul 2018 04:07:28 +0000 (+0930) Subject: ccan/structeq: make it safe when there's padding. X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=92be2eff52133138e4975308f6e731c46b53ace1;hp=92be2eff52133138e4975308f6e731c46b53ace1;p=ccan ccan/structeq: make it safe when there's padding. ccan/cppmagic FTW! The only issue is that we can't tell if there's padding or they've missed a member, so we add a padding bytes count, so they'll get an error if it (for example) the structure adds a new member later. Signed-off-by: Rusty Russell ---