Changeset 619 for trunk/pdns/pdns/syncres.hh
- Timestamp:
- 03/25/06 18:54:12 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/syncres.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/syncres.hh
r617 r619 247 247 static nsspeeds_t s_nsSpeeds; 248 248 249 typedef Throttle<tuple< string,string,uint16_t> > throttle_t;249 typedef Throttle<tuple<uint32_t,string,uint16_t> > throttle_t; 250 250 static throttle_t s_throttle; 251 251 struct timeval d_now; … … 264 264 inline vector<string> shuffle(set<string> &nameservers, const string &prefix); 265 265 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); 267 267 268 268 SyncRes(const SyncRes&);