addressing: pad IPAddr struct explicitly

This commit is contained in:
Miroslav Lichvar 2016-07-19 15:01:56 +02:00
parent 7ffe59a734
commit 5e92aaf8a5

View file

@ -42,6 +42,7 @@ typedef struct {
uint8_t in6[16];
} addr;
uint16_t family;
uint16_t _pad;
} IPAddr;
typedef struct {