Show
Ignore:
Timestamp:
03/25/06 18:54:12 (4 years ago)
Author:
ahu
Message:

no longer pass around IPv4 addresses as.. strings (sorry about that)

Files:
1 modified

Legend:

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

    r617 r619  
    247247  static nsspeeds_t s_nsSpeeds; 
    248248 
    249   typedef Throttle<tuple<string,string,uint16_t> > throttle_t; 
     249  typedef Throttle<tuple<uint32_t,string,uint16_t> > throttle_t; 
    250250  static throttle_t s_throttle; 
    251251  struct timeval d_now; 
     
    264264  inline vector<string> shuffle(set<string> &nameservers, const string &prefix); 
    265265  bool moreSpecificThan(const string& a, const string &b); 
    266   vector<string> getAs(const string &qname, int depth, set<GetBestNSAnswer>& beenthere); 
     266  vector<uint32_t> getAs(const string &qname, int depth, set<GetBestNSAnswer>& beenthere); 
    267267 
    268268  SyncRes(const SyncRes&);