tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ba722e47995e106b46d848263638fa3009687cd9
parent c6336727cac937b4b5ca38c9b49ed3a66ce0b579
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri,  9 Nov 2018 11:15:27 -0500

Add list of levels in subsystem_list.c

Diffstat:
Msrc/app/main/subsystem_list.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c @@ -25,7 +25,7 @@ * Global list of the subsystems in Tor, in the order of their initialization. **/ const subsys_fns_t *tor_subsystems[] = { - &sys_winprocess, + &sys_winprocess, /* -100 */ &sys_torerr, &sys_wallclock, &sys_threads,