commit | 20a023765963c22d7b57ebe41493be848b63669c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 14 22:52:04 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 20 18:27:52 2021 +0200 |
tree | 4d71526d10c7b3e7ee49e0cb2fe12e7a5032420a | |
parent | c54aabaf7c73e563a4cfdef760e2ae767612c601 [diff] |
MINOR: resolvers: merge address and target into a union "data" These two fields are exclusive as they depend on the data type. Let's move them into a union to save some precious bytes. This reduces the struct resolv_answer_item size from 600 to 576 bytes. (cherry picked from commit cc8fd4c0404523101f4d1473bcd8589086da022d) Signed-off-by: Willy Tarreau <w@1wt.eu>