We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a542cd6 commit 646fe64Copy full SHA for 646fe64
lib/rplan.h
@@ -98,7 +98,7 @@ struct kr_query {
98
* ancestor if it is a subquery. */
99
uint64_t timestamp_mono; /**< Time of query created or time of
100
* query to upstream resolver (milliseconds). */
101
- 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. */
102
struct kr_zonecut zone_cut;
103
struct kr_layer_pickle *deferred;
104
0 commit comments