]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/utils: added flags field to ranked_rr_array_entry
authorMarek Vavruša <mvavrusa@cloudflare.com>
Sat, 9 Jun 2018 02:13:19 +0000 (19:13 -0700)
committerMarek Vavruša <mvavrusa@cloudflare.com>
Fri, 7 Sep 2018 17:45:21 +0000 (10:45 -0700)
commit50e62cb1393cd2b0bc34a47fdd5035548f6f1183
treec83d03edb094910b778dc9b007b9efe235f6ba31
parentc2f5027fcbfd9236d2e2ad26c7491704c2d812c0
lib/utils: added flags field to ranked_rr_array_entry

This uses 4 bits of space that were lost for alignment.
It doesn't have any direct use, but modules can use it to tag
entries.
daemon/lua/kres-gen.lua
lib/utils.h