mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-03 00:34:24 +00:00
Merge pull request #351 from oliverschmidt/master
Removed unnecessary code from resolver.
This commit is contained in:
commit
55686d7ca2
@ -297,10 +297,6 @@ PROCESS(resolv_process, "DNS resolver");
|
|||||||
|
|
||||||
static void resolv_found(char *name, uip_ipaddr_t * ipaddr);
|
static void resolv_found(char *name, uip_ipaddr_t * ipaddr);
|
||||||
|
|
||||||
enum {
|
|
||||||
EVENT_NEW_SERVER = 0
|
|
||||||
};
|
|
||||||
|
|
||||||
/** \internal The DNS question message structure. */
|
/** \internal The DNS question message structure. */
|
||||||
struct dns_question {
|
struct dns_question {
|
||||||
uint16_t type;
|
uint16_t type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user