summaryrefslogtreecommitdiff
path: root/iocp-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-05-05 14:18:14 +0000
committerNick Mathewson <nickm@torproject.org>2009-05-05 14:18:14 +0000
commitb69d03b5a8eaf906575d44615e5bf0cab6fbe66a (patch)
treedbe06debd48b0a7e5e4b6ad46f67c6f42f9c3e23 /iocp-internal.h
parent6b21fe2be89c2be0974aa125fc2c3fe12e24522e (diff)
downloadlibevent-b69d03b5a8eaf906575d44615e5bf0cab6fbe66a.tar.gz
Add a constructor for bufferevent_async.
svn:r1274
Diffstat (limited to 'iocp-internal.h')
-rw-r--r--iocp-internal.h1
1 files changed, 1 insertions, 0 deletions
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
}