Merge branch 'ticket32883'

This commit is contained in:
Nick Mathewson
2020-01-14 12:42:41 -05:00
5 changed files with 40 additions and 47 deletions
+5
View File
@@ -0,0 +1,5 @@
o Code simplification and refactoring (windows services):
- The windows service logic now uses the tor_api.h entry points, to
avoid needless code duplication, and to prevent bugs related to
the different entry points getting out of sync. Closes ticket
32883.