Mercurial > hg > orthanc
diff Core/JobsEngine/JobsRegistry.cpp @ 2583:1b6a6d80b6f2 jobs
OrthancPeerStoreJob
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 14 May 2018 20:43:16 +0200 |
parents | 8da2cffc2378 |
children | 140a539b4eba |
line wrap: on
line diff
--- a/Core/JobsEngine/JobsRegistry.cpp Fri May 11 17:58:06 2018 +0200 +++ b/Core/JobsEngine/JobsRegistry.cpp Mon May 14 20:43:16 2018 +0200 @@ -773,6 +773,8 @@ } else { + found->second->GetJob().SignalResubmit(); + bool ok = false; for (CompletedJobs::iterator it = completedJobs_.begin(); it != completedJobs_.end(); ++it)