Changeset 1501

Show
Ignore:
Timestamp:
01/20/10 20:43:28 (7 months ago)
Author:
ahu
Message:

recursor cache cleaned too much of itself, plus remove last trace (really) of locking

Location:
trunk/pdns/pdns
Files:
2 modified

Legend:

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

    r1486 r1501  
    405405  //    cout<<"Still have "<<toTrim - erased<<" entries left to erase to meet target\n"; 
    406406 
     407  toTrim -= erased; 
    407408 
    408409  eiter=iter=sidx.begin(); 
  • trunk/pdns/pdns/recursor_cache.hh

    r1484 r1501  
    1515#include <boost/multi_index/key_extractors.hpp> 
    1616#include <boost/multi_index/sequenced_index.hpp> 
    17 // #include <boost/thread/shared_mutex.hpp> 
    1817#include <boost/version.hpp> 
    1918