]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
porting.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 14 May 2007 09:26:03 +0000 (09:26 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 14 May 2007 09:26:03 +0000 (09:26 +0000)
git-svn-id: file:///svn/unbound/trunk@315 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
util/data/packed_rrset.h

index fe0bb47fda4f03fed985639cf9b21de51b30b787..f76fd4c6e057d67233c9a062a5871a73ff2caebb 100644 (file)
@@ -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.
index 068ccf7aa58639240ee89bb09a80c4b913216a63..f5ced474c21710b2bd4444b09cf6f7e0ee549a96 100644 (file)
@@ -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)
  *