Rework threads labeling

This commit is contained in:
Alfredo Cardigliano 2026-02-24 16:21:16 +01:00
parent 77f0de2ca8
commit b6e30f9511
22 changed files with 46 additions and 27 deletions

View file

@ -439,6 +439,7 @@ public:
NetworkInterface(const char *name, const char *custom_interface_type = NULL);
virtual ~NetworkInterface();
void setPollerThreadName();
bool initFlowChecksLoop(); /* Initialize the loop to dequeue flows for the
execution of user script hooks */
bool initHostChecksLoop(); /* Same as above but for hosts */