mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-05 14:26:24 +08:00
update 2025-02-07 20:37:12
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user