Loading storage/ndb/src/ndbapi/TransporterFacade.hpp +2 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ public: // Close this block number int close(BlockNumber blockNumber, Uint64 trans_id); Uint32 get_active_ndb_objects() const; // Only sends to nodes which are alive int sendSignal(NdbApiSignal * signal, NodeId nodeId); Loading Loading @@ -240,6 +241,7 @@ private: NodeStatusFunction m_statusFunction; }; Uint32 m_use_cnt; Uint32 m_firstFree; Vector<Uint32> m_statusNext; Vector<Object_Execute> m_objectExecute; Loading Loading
storage/ndb/src/ndbapi/TransporterFacade.hpp +2 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ public: // Close this block number int close(BlockNumber blockNumber, Uint64 trans_id); Uint32 get_active_ndb_objects() const; // Only sends to nodes which are alive int sendSignal(NdbApiSignal * signal, NodeId nodeId); Loading Loading @@ -240,6 +241,7 @@ private: NodeStatusFunction m_statusFunction; }; Uint32 m_use_cnt; Uint32 m_firstFree; Vector<Uint32> m_statusNext; Vector<Object_Execute> m_objectExecute; Loading