Show
Ignore:
Timestamp:
03/27/06 02:03:04 (7 years ago)
Author:
ahu
Message:

make rec_control clean up its socket properly. Remove some silly dependencies. Silence signedness warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/pdns_recursor.cc

    r631 r633  
    3232#include "mtasker.hh" 
    3333#include <utility> 
    34 #include "statbag.hh" 
    3534#include "arguments.hh" 
    3635#include "syncres.hh" 
     
    4948#include "logger.hh" 
    5049 
     50#ifndef RECURSOR 
     51#include "statbag.hh" 
     52StatBag S; 
     53#endif 
     54 
     55 
    5156using namespace boost; 
    5257 
     
    106111#endif // WIN32 
    107112 
    108 StatBag S; 
    109113ArgvMap &arg() 
    110114{ 
     
    545549    dt.setTimeval(now); 
    546550    RC.doPrune(); 
    547     int pruned=0; 
    548551     
    549552    typedef SyncRes::negcache_t::nth_index<1>::type negcache_by_ttd_index_t;