mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Move process subsystem after evloop.
Process uses evloop, and so should be initialized after it.
This commit is contained in:
parent
63b7dabdea
commit
e067cb426a
@ -53,9 +53,9 @@ const subsys_fns_t *tor_subsystems[] = {
|
||||
&sys_compress,
|
||||
&sys_network,
|
||||
&sys_tortls,
|
||||
&sys_process,
|
||||
|
||||
&sys_evloop,
|
||||
&sys_process,
|
||||
|
||||
&sys_mainloop,
|
||||
&sys_or,
|
||||
|
@ -26,7 +26,7 @@ subsys_process_shutdown(void)
|
||||
|
||||
const subsys_fns_t sys_process = {
|
||||
.name = "process",
|
||||
.level = -35,
|
||||
.level = -18,
|
||||
.supported = true,
|
||||
.initialize = subsys_process_initialize,
|
||||
.shutdown = subsys_process_shutdown
|
||||
|
Loading…
Reference in New Issue
Block a user