Loading ndb/src/cw/cpcd/APIService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -382,3 +382,5 @@ CPCDAPISession::listProcesses(Parser_t::Context & /* unused */, m_cpcd.m_processes.unlock(); } template class Vector<ParserRow<CPCDAPISession> const*>; ndb/src/cw/cpcd/CPCD.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -431,3 +431,5 @@ CPCD::report(int id, CPCEvent::EventType t){ } m_subscribers.unlock(); } template class MutexVector<EventSubscriber*>; ndb/src/cw/cpcd/Monitor.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -75,3 +75,5 @@ void CPCD::Monitor::signal() { NdbCondition_Signal(m_changeCondition); } template class MutexVector<CPCD::Process*>; ndb/src/kernel/blocks/backup/restore/Restore.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -937,3 +937,8 @@ operator<<(NdbOut& ndbout, const TableS & table){ } // for return ndbout; } template class Vector<TableS*>; template class Vector<AttributeS*>; template class Vector<AttributeDesc*>; ndb/src/kernel/blocks/backup/restore/main.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -353,3 +353,4 @@ main(int argc, const char** argv) return 1; } // main template class Vector<BackupConsumer*>; Loading
ndb/src/cw/cpcd/APIService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -382,3 +382,5 @@ CPCDAPISession::listProcesses(Parser_t::Context & /* unused */, m_cpcd.m_processes.unlock(); } template class Vector<ParserRow<CPCDAPISession> const*>;
ndb/src/cw/cpcd/CPCD.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -431,3 +431,5 @@ CPCD::report(int id, CPCEvent::EventType t){ } m_subscribers.unlock(); } template class MutexVector<EventSubscriber*>;
ndb/src/cw/cpcd/Monitor.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -75,3 +75,5 @@ void CPCD::Monitor::signal() { NdbCondition_Signal(m_changeCondition); } template class MutexVector<CPCD::Process*>;
ndb/src/kernel/blocks/backup/restore/Restore.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -937,3 +937,8 @@ operator<<(NdbOut& ndbout, const TableS & table){ } // for return ndbout; } template class Vector<TableS*>; template class Vector<AttributeS*>; template class Vector<AttributeDesc*>;
ndb/src/kernel/blocks/backup/restore/main.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -353,3 +353,4 @@ main(int argc, const char** argv) return 1; } // main template class Vector<BackupConsumer*>;