refactor hierarchy and maat_table

This commit is contained in:
liuwentan
2023-01-31 20:39:53 +08:00
parent 25f944a1d1
commit cca7d882e1
29 changed files with 1087 additions and 1107 deletions

1
deps/log/log.h vendored
View File

@@ -17,6 +17,7 @@ extern "C"
#include <stdarg.h>
#include <stdbool.h>
#include <time.h>
#include <pthread.h>
#define LOG_VERSION "0.1.0"