Add BLACKBOX again and make an define of it's own for logging

This commit is contained in:
joep van der velden
2020-04-03 10:18:48 +02:00
parent 23b511f349
commit dbd89f66de
+3 -2
View File
@@ -45,9 +45,10 @@
// Subsystems shutdown in the reverse of the order they initialize in
// The numbers just define the ordering, they are meaningless otherwise.
#define INIT_ORDER_GARBAGE 19
#define INIT_ORDER_GARBAGE 20
#define INIT_ORDER_LOGGING 19
#define INIT_ORDER_DBCORE 18
#define INIT_ORDER_LOGGING 17
#define INIT_ORDER_BLACKBOX 17
#define INIT_ORDER_SERVER_MAINT 16
#define INIT_ORDER_INPUT 15
#define INIT_ORDER_RESEARCH 14