commit | 83b0a1767812daddc2b61b897a3c681956257bcf | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Mon Sep 05 19:09:49 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 12 20:02:22 2016 +0200 |
tree | 534b9bd6d264b22d118947a2a921a4ea75f54659 | |
parent | 3cf7f98782daba2e22002cc332a641547f69a5cb [diff] |
MINOR: dns: comments in types/dns.h about structures endianness To avoid issues when porting code to some architecture, we need to know the endianess the structures are currently used. This patch simply had a short notice before those structures to report endianess and ease contributor's job.