Fix for avoid spawning clock drift warning message too often

This commit is contained in:
Luca 2025-12-11 12:06:19 +01:00
parent 8f736835de
commit a8a31a694c
2 changed files with 14 additions and 7 deletions

View file

@ -33,6 +33,7 @@ class ZMQParserInterface : public ParserInterface {
typedef std::map<string, u_int32_t> counters_map_t;
std::unordered_map<u_int32_t, bool> cloud_flow_exporters;
u_int16_t top_vlan_id;
u_int32_t next_msg_time;
std::unordered_map<std::string, u_int16_t> name_to_vlan;
labels_map_t labels_map; /* Contains mappings between labels and integer IDs
(PEN and ID) */