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 {