Show
Ignore:
Timestamp:
03/25/06 22:01:35 (4 years ago)
Author:
ahu
Message:

move cache to composite_keys, doing away the nasty string-concatenation based keys
implement cache wiping via rec_control
implement cache dumping

Files:
1 modified

Legend:

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

    r521 r623  
    2020 
    2121boilerplate_conv(A, ns_t_a, conv.xfrIP(d_ip)); 
     22 
     23uint32_t ARecordContent::getIP() const 
     24{ 
     25  return d_ip; 
     26} 
    2227 
    2328void ARecordContent::doRecordCheck(const DNSRecord& dr)