@ -35,6 +35,7 @@ TalkgroupRulesLookup::TalkgroupRulesLookup(const std::string& filename, uint32_t
m_reloadTime(reloadTime),
m_rules(),
m_acl(acl),
m_stop(false),
m_groupHangTime(5U),
m_sendTalkgroups(false),
m_groupVoice()
@ -605,9 +605,9 @@ namespace lookups
yaml::Node m_rules;
bool m_acl;
bool m_stop;
static std::mutex m_mutex;
/**
* @brief Loads the table from the passed lookup table file.
Powered by TurnKey Linux.