]> granicus.if.org Git - libevent/commit
Refactor IOCP callback interface
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Nov 2009 19:51:26 +0000 (19:51 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 2 Nov 2009 19:51:26 +0000 (19:51 +0000)
commita84c87d76abcd023ddfb2c0985a65bafd522682b
tree1c3d5b5e5efad94f21db167b8490c9d9e3fda1a0
parent9a772148f2efcbaadbe8ccc50a2bd5d0004f971d
Refactor IOCP callback interface

Chris Davis points out that GetQueuedCompletionStatus
sometimes returns false not to report "No events for
you!" but instead to report "An overlapped operation
failed."  Add a way to tell an event_overlapped that
its operation failed.

svn:r1490
buffer_iocp.c
event_iocp.c
iocp-internal.h
listener.c