]> git.ipfire.org Git - thirdparty/tor.git/commit
Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocation
authorNick Mathewson <nickm@torproject.org>
Mon, 14 Nov 2011 22:46:43 +0000 (17:46 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 14 Nov 2011 22:48:57 +0000 (17:48 -0500)
commit7363eae13cb8febd85923957de19e2de7c186cea
treebcf5661be95e2718e1619654d0beb72dfd4a3c58
parent2b7bdc295a516df457246fb69f83c8667695c59b
Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocation

In Tor 0.2.2, we never need the event base to be notifiable, since we
don't call it from other threads.  This is a workaround for bug 4457,
which is not actually a Tor bug IMO.
changes/bug4457 [new file with mode: 0644]
src/common/compat_libevent.c