mirror of https://github.com/getdnsapi/getdns.git
libevent1 fix
This commit is contained in:
parent
08423317d0
commit
4ac063f5b8
|
@ -67,7 +67,7 @@ event_new(struct event_base *b, evutil_socket_t fd, short ev, void* cb, void *ar
|
|||
static struct event_base *
|
||||
event_get_base(const struct event *ev)
|
||||
{
|
||||
return ev->base;
|
||||
return ev->ev_base;
|
||||
}
|
||||
|
||||
static evutil_socket_t df
|
||||
|
|
Loading…
Reference in New Issue