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/lwres.hh

    r598 r619  
    6262  typedef vector<DNSResourceRecord> res_t; 
    6363 
    64   int asyncresolve(const string &ip, const char *domain, int type, bool doTCP, struct timeval* now); 
     64  int asyncresolve(uint32_t ip, const char *domain, int type, bool doTCP, struct timeval* now); 
    6565  vector<DNSResourceRecord> result(); 
    6666  int d_rcode;