From b69d03b5a8eaf906575d44615e5bf0cab6fbe66a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 5 May 2009 14:18:14 +0000 Subject: Add a constructor for bufferevent_async. svn:r1274 --- iocp-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'iocp-internal.h') diff --git a/iocp-internal.h b/iocp-internal.h index de731155..1dcdbc23 100644 --- a/iocp-internal.h +++ b/iocp-internal.h @@ -145,6 +145,7 @@ int event_iocp_activate_overlapped(struct event_iocp_port *port, struct event_overlapped *o, uintptr_t key, ev_uint32_t n_bytes); +struct event_iocp_port *event_base_get_iocp(struct event_base *base); #ifdef __cplusplus } -- cgit v1.2.1