From: Vladimír Čunát Date: Mon, 14 Apr 2025 09:13:32 +0000 (+0200) Subject: lib: clarify the doc-comment for struct kr_query::timestamp X-Git-Tag: v5.7.5~3^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=646fe64abb85e6302c1160f0f930fc2802b65765;p=thirdparty%2Fknot-resolver.git lib: clarify the doc-comment for struct kr_query::timestamp (cherry picked from commit 33151c4b5af57a9e51c998169b42ebe7e48af5fc) --- diff --git a/lib/rplan.h b/lib/rplan.h index 68174af5d..fd8146a18 100644 --- a/lib/rplan.h +++ b/lib/rplan.h @@ -98,7 +98,7 @@ struct kr_query { * ancestor if it is a subquery. */ uint64_t timestamp_mono; /**< Time of query created or time of * query to upstream resolver (milliseconds). */ - struct timeval timestamp; /**< Real time for TTL+DNSSEC checks (.tv_sec only). */ + struct timeval timestamp; /**< Creation real time. For TTL+DNSSEC checks we use .tv_sec only. */ struct kr_zonecut zone_cut; struct kr_layer_pickle *deferred;