From 91138fc32a684e6b1c5092c52ca4189b401ab49b Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 23 Sep 2008 11:47:09 +0000 Subject: [PATCH] doxygen fixup. git-svn-id: file:///svn/unbound/trunk@1267 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/control_proto_spec.txt | 1 + doc/plan | 2 +- util/data/packed_rrset.c | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/control_proto_spec.txt b/doc/control_proto_spec.txt index 0388acc44..9b3012326 100644 --- a/doc/control_proto_spec.txt +++ b/doc/control_proto_spec.txt @@ -40,6 +40,7 @@ load_cache flush_name flushes some information regarding the name from the cache. removes the A, AAAA, NS, SOA, CNAME, DNAME, MX, PTR types. + Does not remote other types. flush_type removes rrtype entry from the cache. flush_zone diff --git a/doc/plan b/doc/plan index b2b3b5f59..bde157128 100644 --- a/doc/plan +++ b/doc/plan @@ -58,7 +58,7 @@ not stats on SIGUSR1. perhaps also see which slow auth servers cause >1sec value + remote control to start, stop, reload. * remote control to flush names or domains (all under a name) from the cache. Include NSes. And the A, AAAA for its NSes. -* remote control to see delegation; what servers would be used to get ++ remote control to see delegation; what servers would be used to get data for a name. *** Improvements diff --git a/util/data/packed_rrset.c b/util/data/packed_rrset.c index 199bf01a2..74855c9c0 100644 --- a/util/data/packed_rrset.c +++ b/util/data/packed_rrset.c @@ -264,7 +264,6 @@ ub_packed_rrset_ttl(struct ub_packed_rrset_key* key) return d->ttl; } -/** allocate rrset in region - no more locks needed */ struct ub_packed_rrset_key* packed_rrset_copy_region(struct ub_packed_rrset_key* key, struct regional* region, uint32_t now)