MCPcopy Create free account
hub / github.com/dobin/RedEdr / LogReaderProcessingThread

Function LogReaderProcessingThread

RedEdr/logreader.cpp:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113
114DWORD WINAPI LogReaderProcessingThread(LPVOID param) {
115 const wchar_t* path = (wchar_t*)param;
116 LOG_A(LOG_INFO, "LOG: Start LogReaderProcessingThread: %ls", path);
117 tailFileW(path);
118 LOG_A(LOG_INFO, "LOG: Stopped LogReaderProcessingThread");
119 return 0;
120}
121
122
123BOOL InitializeLogReader(std::vector<HANDLE>& threads) {

Callers

nothing calls this directly

Calls 2

tailFileWFunction · 0.85
LOG_AFunction · 0.70

Tested by

no test coverage detected