Changeset 2341
- Timestamp:
- 01/15/12 13:49:48 (17 months ago)
- Location:
- branches/pdns-statmaster/pdns
- Files:
-
- 2 modified
-
Makefile.am (modified) (1 diff)
-
syncres.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pdns-statmaster/pdns/Makefile.am
r2334 r2341 204 204 lua-pdns-recursor.cc lua-pdns-recursor.hh randomhelper.cc \ 205 205 recpacketcache.cc recpacketcache.hh dns.cc nsecrecords.cc base32.cc \ 206 json_ws.cc json_ws.hh 206 json_ws.cc json_ws.hh statmaster.cc statmaster.hh 207 207 208 208 #../modules/gmysqlbackend/smysql.cc -
branches/pdns-statmaster/pdns/syncres.cc
r2324 r2341 38 38 #include "lock.hh" 39 39 #include "cachecleaner.hh" 40 40 #include "statmaster.hh" 41 42 StatMaster s_sm; 41 43 __thread SyncRes::StaticStorage* t_sstorage; 42 44 … … 958 960 LOG<<prefix<<qname<<": Got "<<(unsigned int)lwr.d_result.size()<<" answers from "<<*tns<<" ("<< remoteIP->toString() <<"), rcode="<<lwr.d_rcode<<", in "<<lwr.d_usec/1000<<"ms"<<endl; 959 961 962 s_sm.remNameserver(*remoteIP, qname, lwr.d_rcode, lwr.d_usec); 963 960 964 /* // for you IPv6 fanatics :-) 961 965 if(remoteIP->sin4.sin_family==AF_INET6)