diff options
author | root <root> | 2007-11-04 23:14:11 +0000 |
---|---|---|
committer | root <root> | 2007-11-04 23:14:11 +0000 |
commit | 22b2a449105d7604f715c1afafeb4fe5ac473f1b (patch) | |
tree | b18e0643b0b285e16de1ac4641e5aecdc59c1bec /evdns.c | |
parent | fbe9562600fa8735c078401aa604b49a5426b0e2 (diff) |
- have to re-check potentially closed fds regularly for epoll. this hurts
badly :(
- still more than twice as fats as libevent.
- many minor fixes
Diffstat (limited to 'evdns.c')
-rw-r--r-- | evdns.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: evdns.c,v 1.11 2007-11-04 19:45:09 root Exp $ */ +/* $Id: evdns.c,v 1.12 2007-11-04 23:14:11 root Exp $ */ /* The original version of this module was written by Adam Langley; for * a history of modifications, check out the subversion logs. @@ -40,7 +40,7 @@ #endif #ifdef WIN32 -#ifndef EV_EMBED +#ifndef EV_STANDALONE #include "misc.h" #endif #endif |