Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
f1c57cd1
Unverified
Commit
f1c57cd1
authored
Sep 10, 2019
by
teor
Browse files
main: remove level number comments from the subsystem list (0.4.1)
Part of 31615.
parent
7e22d993
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/main/subsystem_list.c
View file @
f1c57cd1
...
...
@@ -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
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment