Changeset 1265 for trunk/pdns/pdns/recursor_cache.hh
- Timestamp:
- 10/05/08 11:49:53 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/recursor_cache.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/recursor_cache.hh
r1183 r1265 40 40 void doDumpAndClose(int fd); 41 41 int doWipeCache(const string& name, uint16_t qtype=0xffff); 42 bool doAgeCache(time_t now, const string& name, uint16_t qtype, int32_t newTTL); 42 43 uint64_t cacheHits, cacheMisses; 43 44 bool d_followRFC2181;