Changeset 2128 for trunk/pdns/pdns/resolver.hh
- Timestamp:
- 04/03/11 22:55:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/resolver.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/resolver.hh
r2040 r2128 61 61 62 62 //! only send out a resolution request 63 uint16_t sendResolve(const ComboAddress& remote, const char *domain, int type, bool dnssecOk=false); 63 uint16_t sendResolve(const ComboAddress& remote, const char *domain, int type, bool dnssecOk=false, 64 const string& tsigkeyname="", const string& tsigalgorithm="", const string& tsigsecret=""); 64 65 65 66 //! see if we got a SOA response from our sendResolve