Commit bc739129 authored by tomas@whalegate.ndb.mysql.com's avatar tomas@whalegate.ndb.mysql.com
Browse files

make memeber public

parent 32c1b70e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -65,6 +65,8 @@ public:
  int getRandomNodeOtherNodeGroup(int nodeId, int randomNumber);
  int getRandomNotMasterNodeId(int randomNumber);
  
  NdbMgmHandle handle;
  
protected:

  int waitClusterState(ndb_mgm_node_status _status,
@@ -87,7 +89,6 @@ protected:
  
  bool connected;
  BaseString addr;
  NdbMgmHandle handle;
  ndb_mgm_configuration * m_config;
protected:
  ndb_mgm_configuration * getConfig();