summaryrefslogtreecommitdiff
path: root/event_iocp.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-02-29 15:47:16 -0500
committerNick Mathewson <nickm@torproject.org>2012-02-29 15:47:16 -0500
commit946b5841c22c4b050513ecf6d5a01bd521b05673 (patch)
tree8c0c4561d24b9457f66a16945642f77aaf625524 /event_iocp.c
parentc7848fa019acda14c864a9db9632cfae6d7f5e33 (diff)
downloadlibevent-946b5841c22c4b050513ecf6d5a01bd521b05673.tar.gz
Clean up lingering _identifiers.
Diffstat (limited to 'event_iocp.c')
-rw-r--r--event_iocp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/event_iocp.c b/event_iocp.c
index fee6a2cf..c69946c4 100644
--- a/event_iocp.c
+++ b/event_iocp.c
@@ -61,9 +61,9 @@ handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok)
}
static void
-loop(void *_port)
+loop(void *port_)
{
- struct event_iocp_port *port = _port;
+ struct event_iocp_port *port = port_;
long ms = port->ms;
HANDLE p = port->port;