commit | cc8fd4c0404523101f4d1473bcd8589086da022d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 14 22:52:04 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 14 22:52:04 2021 +0200 |
tree | c36cd65beaeb7409f41f2ec58243e7c475d11e14 | |
parent | b4ca0195a9591614bfcebe9b7fe80c1ce9f94d8d [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.