mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Merge branch 'ipv6' into SimpleDMR
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -301,6 +301,7 @@ public:
|
||||
|
||||
// The Remote Control section
|
||||
bool getRemoteControlEnabled() const;
|
||||
std::string getRemoteControlAddress() const;
|
||||
unsigned int getRemoteControlPort() const;
|
||||
|
||||
private:
|
||||
@@ -547,6 +548,7 @@ private:
|
||||
std::string m_lockFileName;
|
||||
|
||||
bool m_remoteControlEnabled;
|
||||
std::string m_remoteControlAddress;
|
||||
unsigned int m_remoteControlPort;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user