]> granicus.if.org Git - libevent/commit
Make unit tests for bufferevent_async compile and _almost_ work.
authorNick Mathewson <nickm@torproject.org>
Tue, 5 May 2009 16:52:37 +0000 (16:52 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 5 May 2009 16:52:37 +0000 (16:52 +0000)
commitfe47003d06e4f036de6874c1d00098cd6a687de5
tree750a109388e8f4a11f7db621ad96b1a512b9ae50
parent02801e5be5e14ef783d5a4095cca32d21fc7da8f
Make unit tests for bufferevent_async compile and _almost_ work.

Either I need to make the callbacks get deferred in a base with no events (doable), or I need to make it okay to call launch_read from inside the callback for read (tricky).

svn:r1277
Makefile.am
buffer_iocp.c
bufferevent_async.c
event-internal.h
event_iocp.c
iocp-internal.h
test/regress_iocp.c