commit f1c57cd1e5d8ae88f28f764fef7f17081ebf2961 Author: teor teor@torproject.org Date: Tue Sep 10 08:44:35 2019 +1000
main: remove level number comments from the subsystem list (0.4.1)
Part of 31615. --- src/app/main/subsystem_list.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c index c63788715..989b0d6f8 100644 --- a/src/app/main/subsystem_list.c +++ b/src/app/main/subsystem_list.c @@ -52,13 +52,13 @@ const subsys_fns_t *tor_subsystems[] = { &sys_ocirc_event, &sys_btrack,
- &sys_mainloop, /* 5 */ - &sys_or, /* 20 */ + &sys_mainloop, + &sys_or,
- &sys_relay, /* 50 */ + &sys_relay,
#ifdef HAVE_MODULE_DIRAUTH - &sys_dirauth, /* 70 */ + &sys_dirauth, #endif };