diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-09 11:15:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-09 11:15:27 -0500 |
commit | ba722e47995e106b46d848263638fa3009687cd9 (patch) | |
tree | 04c396da3b21b3884d8cf5f1ef46303d53239080 /src/app | |
parent | c6336727cac937b4b5ca38c9b49ed3a66ce0b579 (diff) | |
download | tor-ba722e47995e106b46d848263638fa3009687cd9.tar.gz tor-ba722e47995e106b46d848263638fa3009687cd9.zip |
Add list of levels in subsystem_list.c
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/main/subsystem_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c index 62c87005c6..190e6579d8 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, |