Pārlūkot izejas kodu

Add list of levels in subsystem_list.c

Nick Mathewson 5 gadi atpakaļ
vecāks
revīzija
ba722e4799
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/app/main/subsystem_list.c

+ 1 - 1
src/app/main/subsystem_list.c

@@ -25,7 +25,7 @@
  * Global list of the subsystems in Tor, in the order of their initialization.
  **/
 const subsys_fns_t *tor_subsystems[] = {
-  &sys_winprocess,
+  &sys_winprocess, /* -100 */
   &sys_torerr,
   &sys_wallclock,
   &sys_threads,