diff options
Diffstat (limited to 'ndb/src/ndbapi/ClusterMgr.hpp')
-rw-r--r-- | ndb/src/ndbapi/ClusterMgr.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/ndbapi/ClusterMgr.hpp b/ndb/src/ndbapi/ClusterMgr.hpp index 92fe1423f8f..aa303e582c2 100644 --- a/ndb/src/ndbapi/ClusterMgr.hpp +++ b/ndb/src/ndbapi/ClusterMgr.hpp @@ -179,6 +179,7 @@ private: ArbitSignalData data; NDB_TICKS timestamp; + ArbitSignal() {} inline void init(GlobalSignalNumber aGsn, const Uint32* aData) { gsn = aGsn; if (aData != NULL) |