mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Merge branch 'ipv6' into SimpleDMR
This commit is contained in:
commit
3de54f6dd8
24 changed files with 299 additions and 266 deletions
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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue