]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/rplan: clean up codestyle for doxygen
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 14 Apr 2020 11:30:06 +0000 (13:30 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 15 Apr 2020 08:28:51 +0000 (10:28 +0200)
lib/rplan.h

index c2888726c1dd51ee839cf9b4a55dadef99a02143..7575ecd5b11c9e6f810599529ec888537647d524 100644 (file)
@@ -81,7 +81,8 @@ struct kr_query {
        uint16_t sclass;
        uint16_t id;
        uint16_t reorder; /**< Seed to reorder (cached) RRs in answer or zero. */
-       struct kr_qflags flags, forward_flags;
+       struct kr_qflags flags;
+       struct kr_qflags forward_flags;
        uint32_t secret;
        uint32_t uid; /**< Query iteration number, unique within the kr_rplan. */
        uint64_t creation_time_mono; /* The time of query's creation (milliseconds).