]> granicus.if.org Git - pdns/commitdiff
oops, syncres stats too
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 21 Dec 2006 09:04:52 +0000 (09:04 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 21 Dec 2006 09:04:52 +0000 (09:04 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@933 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/syncres.hh

index 4539b9096f54200f23bc95173ccfc88f8d23ebd3..9ad97c381924fb414bf8f07a40c9543afd4df38b 100644 (file)
@@ -478,6 +478,8 @@ struct RecursorStats
   uint64_t chainResends;
   uint64_t nsSetInvalidations;
   uint64_t shunted;
+  uint64_t noShuntCNAME, noShuntExpired, noShuntSize, noShuntNoMatch, noShuntWrongType, noShuntWrongQuestion;
+
 
   typedef vector<ComboAddress> remotes_t;
   remotes_t remotes;