Changes file and tor_api.h tweaks for 24581.

This commit is contained in:
Nick Mathewson
2017-12-11 11:55:41 -05:00
parent 06ffafcb9d
commit 3b465ebf2e
2 changed files with 10 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
o Major features (embedding):
- Tor now has support for restarting in the same process.
Controllers that run Tor using the "tor_api.h" interface can now
restart Tor after Tor has exited. This support is incomplete, however:
we have fixed the crash bugs that prevented it from working at all
before, but many bugs probably remain. Implements ticket 24581.