Skip to content

Commit c337045

Browse files
committed
restore temp code from #4
1 parent 68a1858 commit c337045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

monitoring.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ void monitoring(void) // 모니터링
3434

3535
while(true) {
3636

37+
change_list_cnt = 0;
38+
3739
new_list = make_list(check_path); // 현재 파일 목록 및 상태 저장
3840

3941
compare_list(new_list->child, old_list->child); // 파일 목록 트리 비교

0 commit comments

Comments
 (0)