]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-server.h
resolved: rename "features" variables to "feature_level" 2225/head
authorLennart Poettering <lennart@poettering.net>
Sun, 27 Dec 2015 00:35:00 +0000 (01:35 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 27 Dec 2015 00:41:40 +0000 (01:41 +0100)
commitf4461e5641d53f27d6e76e0607bdaa9c0c58c1f6
treed48d31375aa1444f062e66c658d42f4271a39b80
parent519ef04651b07a547f010d6462603669d7fde4e5
resolved: rename "features" variables to "feature_level"

The name "features" suggests an orthogonal bitmap or suchlike, but the
variables really encode only a linear set of feature levels. The type
used is already called DnsServerFeatureLevel, hence fix up the variables
accordingly, too.
src/resolve/resolved-dns-server.c
src/resolve/resolved-dns-server.h
src/resolve/resolved-dns-transaction.c