mirror of https://github.com/ipxe/ipxe.git
ttl is a uint32_t
parent
78cdb1da8b
commit
3b59bf559c
|
@ -64,7 +64,7 @@ struct dns_query {
|
||||||
struct dns_rr_info {
|
struct dns_rr_info {
|
||||||
uint16_t type;
|
uint16_t type;
|
||||||
uint16_t class;
|
uint16_t class;
|
||||||
uint16_t ttl;
|
uint32_t ttl;
|
||||||
uint16_t rdlength;
|
uint16_t rdlength;
|
||||||
} __attribute__ (( packed ));
|
} __attribute__ (( packed ));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue