mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
main: remove level number comments from the subsystem list (0.4.1)
Part of 31615.
This commit is contained in:
parent
7e22d99346
commit
f1c57cd1e5
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user