W5200(WIZ820io) network interface

Revision:
2:a8df39b4f3aa
Parent:
0:61831b843b44
--- a/MyNetDnsRequest.h	Tue Apr 17 12:13:15 2012 +0000
+++ b/MyNetDnsRequest.h	Thu Apr 19 11:14:43 2012 +0000
@@ -1,4 +1,4 @@
-// MyNetDnsRequest.h 2012/4/13
+// MyNetDnsRequest.h 2012/4/19
 #ifndef MYNETDNSREQUEST_H
 #define MYNETDNSREQUEST_H
 #include "if/net/netdnsrequest.h"
@@ -17,7 +17,8 @@
     int query(uint8_t buf[], int size, const char* hostname);
     void resolve(const char* hostname);
     uint8_t m_id[2];
-    Timer m_timer;
+    Timer m_interval;
+    int m_retry;
 private:
     enum MyNetDnsState
     {