summaryrefslogtreecommitdiff
path: root/storage/ndb/include/kernel/signaldata/AllocNodeId.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/include/kernel/signaldata/AllocNodeId.hpp')
-rw-r--r--storage/ndb/include/kernel/signaldata/AllocNodeId.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/storage/ndb/include/kernel/signaldata/AllocNodeId.hpp b/storage/ndb/include/kernel/signaldata/AllocNodeId.hpp
index 40b30a573e1..a204bb63059 100644
--- a/storage/ndb/include/kernel/signaldata/AllocNodeId.hpp
+++ b/storage/ndb/include/kernel/signaldata/AllocNodeId.hpp
@@ -25,11 +25,12 @@
*/
class AllocNodeIdReq {
public:
- STATIC_CONST( SignalLength = 3 );
+ STATIC_CONST( SignalLength = 4 );
Uint32 senderRef;
Uint32 senderData;
Uint32 nodeId;
+ Uint32 nodeType;
};
class AllocNodeIdConf {
@@ -53,7 +54,8 @@ public:
NotMaster = 702,
NodeReserved = 1701,
NodeConnected = 1702,
- NodeFailureHandlingNotCompleted = 1703
+ NodeFailureHandlingNotCompleted = 1703,
+ NodeTypeMismatch = 1704
};
Uint32 senderRef;