http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78cdb1d
)
ttl is a uint32_t
author
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Apr 2005 19:38:31 +0000
(19:38 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Apr 2005 19:38:31 +0000
(19:38 +0000)
src/include/dns.h
patch
|
blob
|
history
diff --git
a/src/include/dns.h
b/src/include/dns.h
index
cd26a96
..
075a941
100644
(file)
--- a/
src/include/dns.h
+++ b/
src/include/dns.h
@@
-64,7
+64,7
@@
struct dns_query {
struct dns_rr_info {
uint16_t type;
uint16_t class;
- uint
16
_t ttl;
+ uint
32
_t ttl;
uint16_t rdlength;
} __attribute__ (( packed ));