Move some logic from main loader program to logging source file.

This commit is contained in:
Christian Deacon
2025-02-26 17:02:31 -05:00
parent 2a3fd9bbc0
commit 09e3665472
3 changed files with 18 additions and 4 deletions

View File

@@ -254,10 +254,7 @@ int main(int argc, char *argv[])
}
#ifdef ENABLE_FILTER_LOGGING
if (rb)
{
ring_buffer__poll(rb, RB_TIMEOUT);
}
PollFiltersRb(rb);
#endif
usleep(sleep_time);