mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Ensure worker threads actually exit when it is time
This includes a small refactoring to use a new enum (workqueue_reply_t) for the return values instead of just ints.
This commit is contained in:
committed by
Nick Mathewson
parent
2657ea802b
commit
32220d38c0
@@ -0,0 +1,6 @@
|
||||
o Minor bugfixes:
|
||||
- Ensure that worker threads actually exit when a fatal error or
|
||||
shutdown is indicated. This doesn't currently affect the behaviour
|
||||
of Tor, because Tor never indicates fatal error or shutdown except
|
||||
in its unit tests. Fixes bug 16868; bugfix on 0.2.6.3-alpha.
|
||||
|
||||
Reference in New Issue
Block a user