mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-24 07:15:38 +08:00
Add basic rule tracing.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -68,6 +68,7 @@ public:
|
||||
unsigned int getRptPort() const;
|
||||
std::string getLocalAddress() const;
|
||||
unsigned int getLocalPort() const;
|
||||
bool getRuleTrace() const;
|
||||
bool getDebug() const;
|
||||
|
||||
// The Log section
|
||||
@@ -149,6 +150,7 @@ private:
|
||||
std::string m_localAddress;
|
||||
unsigned int m_localPort;
|
||||
unsigned int m_timeout;
|
||||
bool m_ruleTrace;
|
||||
bool m_debug;
|
||||
|
||||
bool m_voiceEnabled;
|
||||
|
||||
Reference in New Issue
Block a user