We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a1858 commit c337045Copy full SHA for c337045
monitoring.c
@@ -34,6 +34,8 @@ void monitoring(void) // 모니터링
34
35
while(true) {
36
37
+ change_list_cnt = 0;
38
+
39
new_list = make_list(check_path); // 현재 파일 목록 및 상태 저장
40
41
compare_list(new_list->child, old_list->child); // 파일 목록 트리 비교
0 commit comments