aboutsummaryrefslogtreecommitdiff
path: root/eperd/tcputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'eperd/tcputil.h')
-rw-r--r--eperd/tcputil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eperd/tcputil.h b/eperd/tcputil.h
index 1264299..89cfbcd 100644
--- a/eperd/tcputil.h
+++ b/eperd/tcputil.h
@@ -7,7 +7,7 @@
#include <event2/event_struct.h>
enum tu_err { TU_DNS_ERR, TU_READ_ERR, TU_SOCKET_ERR, TU_CONNECT_ERR,
- TU_OUT_OF_ADDRS };
+ TU_OUT_OF_ADDRS, TU_BAD_ADDR };
struct tu_env
{
char dnsip;