addressing: pad IPAddr struct explicitly
This commit is contained in:
parent
7ffe59a734
commit
5e92aaf8a5
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ typedef struct {
|
|||
uint8_t in6[16];
|
||||
} addr;
|
||||
uint16_t family;
|
||||
uint16_t _pad;
|
||||
} IPAddr;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue