mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
porting.
git-svn-id: file:///svn/unbound/trunk@315 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
00ebea939a
commit
5b6e516dd1
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
14 May 2007: Wouter
|
||||
- Port to OS/X and Dec Alpha. Printf format and alignment fixes.
|
||||
|
||||
11 May 2007: Wouter
|
||||
- iterator/iterator.c module.
|
||||
- fixup to pass reply_info in testcode and in netevent.
|
||||
|
|
|
|||
|
|
@ -159,8 +159,10 @@ enum rrset_trust {
|
|||
* memory layout:
|
||||
* o base struct
|
||||
* o rr_len size_t array
|
||||
* o rr_ttl uint32_t array
|
||||
* o rr_data uint8_t* array
|
||||
* o rr_ttl uint32_t array (after size_t and ptrs because those may be
|
||||
* 64bit and this array before those would make them unaligned).
|
||||
* Since the stuff before is 32/64bit, rr_ttl is 32 bit aligned.
|
||||
* o rr_data rdata wireformats
|
||||
* o rrsig_data rdata wireformat(s)
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue