david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

ttl is a uint32_t

This commit is contained in:
Michael Brown 2005-04-30 19:38:31 +00:00
parent 78cdb1da8b
commit 3b59bf559c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ struct dns_query {
struct dns_rr_info {
uint16_t type;
uint16_t class;
uint16_t ttl;
uint32_t ttl;
uint16_t rdlength;
} __attribute__ (( packed ));