update 2025-02-07 20:37:12

This commit is contained in:
kenzok8
2025-02-07 20:37:12 +08:00
parent aa3dc268a4
commit 4fae4a53c7
37 changed files with 699 additions and 162 deletions

View File

@@ -100,6 +100,6 @@ typedef struct af_run_time_status{
int match_time;
}af_run_time_status_t;
af_config_t g_af_config;
#endif
extern af_config_t g_af_config;
#endif

View File

@@ -37,6 +37,7 @@ THE SOFTWARE.
int current_log_level = LOG_LEVEL_INFO;
af_run_time_status_t g_af_status;
int g_oaf_config_change = 0;
af_config_t g_af_config;
void af_init_time_status(void){
g_af_status.filter = 0;