From 5e92aaf8a5a773a13682dfef6a0a8174dbd09bf6 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 19 Jul 2016 15:01:56 +0200 Subject: [PATCH] addressing: pad IPAddr struct explicitly --- addressing.h | 1 + 1 file changed, 1 insertion(+) diff --git a/addressing.h b/addressing.h index 863aca9..e7a68b1 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 {