]> granicus.if.org Git - libevent/commit
Make EVLOOP_ONCE ignore internal events
authorNick Mathewson <nickm@torproject.org>
Mon, 15 Nov 2010 00:25:54 +0000 (19:25 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 15 Nov 2010 00:25:54 +0000 (19:25 -0500)
commit0617a818204397790e5e4c9bcb9e91ae5ea7817a
tree1c416f07f02a143098551c7087e3f06b701e0c8a
parent1ac5b2303aab11dee3d2030a2c9bee466f002772
Make EVLOOP_ONCE ignore internal events

Merely getting an internal notification event from having an event
added or deleted from another thread should not cause
event_base_loop(base, EVLOOP_ONCE) to exit; previously, it did.
event.c