From 30b9bbdb3810a97b8c9ace733541fc0f2d0895d4 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 5 Sep 2020 22:33:53 +0200 Subject: [PATCH] Update Conf.h --- YSFGateway/Conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YSFGateway/Conf.h b/YSFGateway/Conf.h index 7f07a9c..e050599 100644 --- a/YSFGateway/Conf.h +++ b/YSFGateway/Conf.h @@ -67,6 +67,7 @@ public: // The Network section std::string getNetworkStartup() const; + std::string getNetworkOptions() const; unsigned int getNetworkInactivityTimeout() const; bool getNetworkRevert() const; bool getNetworkDebug() const; @@ -134,6 +135,7 @@ private: std::string m_aprsDescription; std::string m_networkStartup; + std::string m_networkOptions; unsigned int m_networkInactivityTimeout; bool m_networkRevert; bool m_networkDebug;