diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-09-03 15:08:13 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-09-03 15:08:13 +0000 |
| commit | a6533d88996e7570cf04db0d99b6012d25a953d3 (patch) | |
| tree | cb1552d6fa59b30201907edc56208f6fe720c283 /util/tube.h | |
| parent | 21d2013cbd382bc99b9c1a31146ec76a2792b92c (diff) | |
import unbound 1.5.9vendor/unbound/1.5.9
Diffstat (limited to 'util/tube.h')
| -rw-r--r-- | util/tube.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/tube.h b/util/tube.h index 6cc60502b34b..7971b776ae1f 100644 --- a/util/tube.h +++ b/util/tube.h @@ -48,7 +48,6 @@ struct tube; struct tube_res_list; #ifdef USE_WINSOCK #include "util/locks.h" -#include "util/winsock_event.h" #endif /** @@ -99,7 +98,7 @@ struct tube { /** the windows sockets event (signaled if items in pipe) */ WSAEVENT event; /** winsock event storage when registered with event base */ - struct event ev_listen; + struct ub_event* ev_listen; /** lock on the list of outstanding items */ lock_basic_t res_lock; |
