diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-13 09:13:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-13 09:17:41 -0400 |
commit | c7c73f117827b40c4086203f2bead9b45c0539e8 (patch) | |
tree | eb18fe184f245874e29c92170421545a702f7e96 /changes | |
parent | f4f0b4326891e2e5907ff252c704c7f19bbfaf0d (diff) | |
download | tor-c7c73f117827b40c4086203f2bead9b45c0539e8.tar.gz tor-c7c73f117827b40c4086203f2bead9b45c0539e8.zip |
Change lost_owning_controller() to call activate_signal().
Closes ticket 16788.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/decouple_lost_owner | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/decouple_lost_owner b/changes/decouple_lost_owner new file mode 100644 index 0000000000..88adb18546 --- /dev/null +++ b/changes/decouple_lost_owner @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Treat the loss of an owning controller as equivalent to a SIGTERM + signal. This removes a tiny amount of duplicated code, and simplifies + our callgraph. Closes ticekt 16788. |