This commit is contained in:
jakani24
2024-03-12 22:17:03 +01:00
parent 86d7018f20
commit 717c7956f5
13 changed files with 54 additions and 39 deletions

View File

@@ -40,6 +40,7 @@ void process_changes(const FILE_NOTIFY_INFORMATION* pInfo) {
return;
}
else {
//log(LOGLEVEL::INFO_NOSEND, "[process_changes()]: File ", filename_str, " has been changed. Scanning it for viruses");
std::thread scan_thread(scan_file_t, filename_str);
scan_thread.detach();
}