diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 7d83cf789..1cb35835a 100644 --- a/src/client.h +++ b/src/client.h @@ -273,6 +273,9 @@ public: std::string getSupportUrl() const A_WARN_UNUSED { return mCurrentServer.supportUrl; } + bool getPersistentIp() const A_WARN_UNUSED + { return mCurrentServer.persistentIp; } + std::string getLogFileName() const A_WARN_UNUSED { return mLogFileName; } |