From: Miroslav Lichvar Date: Tue, 19 Jul 2016 13:01:56 +0000 (+0200) Subject: addressing: pad IPAddr struct explicitly X-Git-Tag: 3.0-pre1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e92aaf8a5a773a13682dfef6a0a8174dbd09bf6;p=thirdparty%2Fchrony.git addressing: pad IPAddr struct explicitly --- diff --git a/addressing.h b/addressing.h index 863aca9d..e7a68b15 100644 --- a/addressing.h +++ b/addressing.h @@ -42,6 +42,7 @@ typedef struct { uint8_t in6[16]; } addr; uint16_t family; + uint16_t _pad; } IPAddr; typedef struct {