commit ba722e47995e106b46d848263638fa3009687cd9 Author: Nick Mathewson nickm@torproject.org Date: Fri Nov 9 11:15:27 2018 -0500
Add list of levels in subsystem_list.c --- src/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 index 62c87005c..190e6579d 100644 --- 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,