libevent1 fix

This commit is contained in:
Willem Toorop 2014-10-27 15:45:27 +01:00
parent 08423317d0
commit 4ac063f5b8
1 changed files with 1 additions and 1 deletions

View File

@ -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