Show
Ignore:
Timestamp:
05/06/06 21:50:46 (7 years ago)
Author:
ahu
Message:

implement reload-zones
make loading zones do a 'round trip' of records to see if they make it alive
add 'unregistering' of record types (unused for now)
make zone loading a lot more helpful in reporting errors

Files:
1 modified

Legend:

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

    r818 r823  
    118118  bool d_cachecachevalid; 
    119119}; 
    120  
     120string DNSRR2String(const DNSResourceRecord& rr); 
     121DNSResourceRecord String2DNSRR(const string& qname, const QType& qt, const string& serial, uint32_t ttd); 
    121122 
    122123#endif