Changeset 1501
- Timestamp:
- 01/20/10 20:43:28 (7 months ago)
- Location:
- trunk/pdns/pdns
- Files:
-
- 2 modified
-
recursor_cache.cc (modified) (1 diff)
-
recursor_cache.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/recursor_cache.cc
r1486 r1501 405 405 // cout<<"Still have "<<toTrim - erased<<" entries left to erase to meet target\n"; 406 406 407 toTrim -= erased; 407 408 408 409 eiter=iter=sidx.begin(); -
trunk/pdns/pdns/recursor_cache.hh
r1484 r1501 15 15 #include <boost/multi_index/key_extractors.hpp> 16 16 #include <boost/multi_index/sequenced_index.hpp> 17 // #include <boost/thread/shared_mutex.hpp>18 17 #include <boost/version.hpp> 19 18