]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime_swig/ThreadLauncher.cxx
Salome HOME
bos #41408 [EDF - 29761] KERNEL_Launcher and KERNEL_Launcher_SWIG failed
[modules/yacs.git] / src / runtime_swig / ThreadLauncher.cxx
index 5e3de2bfe2fd6a7a00b09eea462de4dea1a2413d..ebb02f42ec8f4dae0f5d310fdf52fdab91c0097a 100644 (file)
 
 using namespace YACS::ENGINE;
 
+ThreadDumpState::ThreadDumpState(Proc *proc, int nbSeconds, const std::string& dumpFile, const std::string& lockFile){
+  _proc = proc;
+  _nb_seconds= nbSeconds;
+  _dump_file = dumpFile;
+  _lock_file = lockFile;
+}
+
 ThreadDumpState::~ThreadDumpState()
 {
   join();