aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs-config.h')
-rw-r--r--src/hs-config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hs-config.h b/src/hs-config.h
index 7cc5dd3..a81a660 100644
--- a/src/hs-config.h
+++ b/src/hs-config.h
@@ -44,8 +44,8 @@ public:
HS_Config &operator=(HS_Config &&) = delete;
int readConfig(void);
- struct handshake_info getHandshakeInfo(void) {return m_handshake_info;}
- recover_map getRecoverMap(void) {return m_recover_map;}
+ const struct handshake_info* getHandshakeInfo(void) const {return &m_handshake_info;}
+ const recover_map* getRecoverMap(void) const {return &m_recover_map;}
private:
int parseConfig(void);