From 33151c4b5af57a9e51c998169b42ebe7e48af5fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 14 Apr 2025 11:13:32 +0200 Subject: [PATCH] lib: clarify the doc-comment for struct kr_query::timestamp --- lib/rplan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rplan.h b/lib/rplan.h index 98f13450d..16dffd2d4 100644 --- a/lib/rplan.h +++ b/lib/rplan.h @@ -105,7 +105,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; struct kr_query_data_src { // named struct to work around a bug in doc generator -- 2.47.2