diff options
Diffstat (limited to 'src/resolve/resolved-dns-packet.h')
-rw-r--r-- | src/resolve/resolved-dns-packet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resolve/resolved-dns-packet.h b/src/resolve/resolved-dns-packet.h index 565c67c746..4fd2d408ce 100644 --- a/src/resolve/resolved-dns-packet.h +++ b/src/resolve/resolved-dns-packet.h @@ -70,9 +70,9 @@ struct DnsPacket { /* Packet reception meta data */ int ifindex; - unsigned char family; + int family; union in_addr_union sender, destination; - unsigned ttl; + uint32_t ttl; }; static inline uint8_t* DNS_PACKET_DATA(DnsPacket *p) { |