Move process subsystem after evloop.

Process uses evloop, and so should be initialized after it.
This commit is contained in:
Nick Mathewson
2020-02-14 13:29:15 -05:00
parent 63b7dabdea
commit e067cb426a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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