Changeset 633 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 03/27/06 02:03:04 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r631 r633 32 32 #include "mtasker.hh" 33 33 #include <utility> 34 #include "statbag.hh"35 34 #include "arguments.hh" 36 35 #include "syncres.hh" … … 49 48 #include "logger.hh" 50 49 50 #ifndef RECURSOR 51 #include "statbag.hh" 52 StatBag S; 53 #endif 54 55 51 56 using namespace boost; 52 57 … … 106 111 #endif // WIN32 107 112 108 StatBag S;109 113 ArgvMap &arg() 110 114 { … … 545 549 dt.setTimeval(now); 546 550 RC.doPrune(); 547 int pruned=0;548 551 549 552 typedef SyncRes::negcache_t::nth_index<1>::type negcache_by_ttd_index_t;