summaryrefslogtreecommitdiff
path: root/ndb/test/include/NdbRestarter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/test/include/NdbRestarter.hpp')
-rw-r--r--ndb/test/include/NdbRestarter.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/test/include/NdbRestarter.hpp b/ndb/test/include/NdbRestarter.hpp
index 3ec92ae786e..a2e6a4b3248 100644
--- a/ndb/test/include/NdbRestarter.hpp
+++ b/ndb/test/include/NdbRestarter.hpp
@@ -62,6 +62,8 @@ public:
int dumpStateAllNodes(int * _args, int _num_args);
int getMasterNodeId();
+ int getNextMasterNodeId(int nodeId);
+ int getNodeGroup(int nodeId);
int getRandomNodeSameNodeGroup(int nodeId, int randomNumber);
int getRandomNodeOtherNodeGroup(int nodeId, int randomNumber);
int getRandomNotMasterNodeId(int randomNumber);