document last change

git-svn-id: file:///svn/unbound/trunk@1805 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-09-03 09:29:54 +00:00
parent 8e2ef1caeb
commit e5cab7b264

View File

@ -67,7 +67,7 @@ struct autr_ta {
struct autr_ta* next;
/** the RR */
ldns_rr* rr;
/** last update of key */
/** last update of key state (not the pending count) */
time_t last_change;
/** 5011 state */
autr_state_t s;