基于Maat_cmd的测试用例增加扫描状态输出。

This commit is contained in:
zhengchao
2021-07-21 15:30:30 +08:00
parent 0037646ef6
commit 479eb77369
4 changed files with 17 additions and 11 deletions

View File

@@ -2599,7 +2599,7 @@ void *thread_rule_monitor(void *arg)
maat_read_full_config(feather);
}
pthread_mutex_unlock(&(feather->background_update_mutex));
while(feather->still_working)
while(feather->is_running)
{
usleep(feather->rule_update_checking_interval_ms*1000);
scan_dir_cnt++;