Skip to content

Commit 646fe64

Browse files
committed
lib: clarify the doc-comment for struct kr_query::timestamp
(cherry picked from commit 33151c4)
1 parent a542cd6 commit 646fe64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rplan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct kr_query {
9898
* ancestor if it is a subquery. */
9999
uint64_t timestamp_mono; /**< Time of query created or time of
100100
* query to upstream resolver (milliseconds). */
101-
struct timeval timestamp; /**< Real time for TTL+DNSSEC checks (.tv_sec only). */
101+
struct timeval timestamp; /**< Creation real time. For TTL+DNSSEC checks we use .tv_sec only. */
102102
struct kr_zonecut zone_cut;
103103
struct kr_layer_pickle *deferred;
104104

0 commit comments

Comments
 (0)