diff options
Diffstat (limited to 'ndb/test/include/NdbRestarter.hpp')
-rw-r--r-- | ndb/test/include/NdbRestarter.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ndb/test/include/NdbRestarter.hpp b/ndb/test/include/NdbRestarter.hpp index cfd5409bb69..b4c29a87eff 100644 --- a/ndb/test/include/NdbRestarter.hpp +++ b/ndb/test/include/NdbRestarter.hpp @@ -89,7 +89,9 @@ protected: const char* host; int port; NdbMgmHandle handle; - + ndb_mgm_configuration * m_config; +protected: + ndb_mgm_configuration * getConfig(); }; #endif |