Add an option to disable signal handler installation.

Closes ticket 24588.
This commit is contained in:
Nick Mathewson
2017-12-15 12:48:29 -05:00
parent fdd5734875
commit 20f802ea3c
4 changed files with 20 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (embedding, mobile):
- Applications that want to embed Tor can now tell Tor not to register
any of its own POSIX signal handlers, using the __DisableSignalHandlers
option. This option is not meant for general use. Closes ticket 24588.