diff Core/JobsEngine/JobsEngine.cpp @ 3658:2d90dd30858c storage-commitment

providing job ID to the IJob::Step() methods
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Feb 2020 16:44:26 +0100
parents 94f4a18a79cc
children
line wrap: on
line diff
--- a/Core/JobsEngine/JobsEngine.cpp	Mon Feb 10 14:53:36 2020 +0100
+++ b/Core/JobsEngine/JobsEngine.cpp	Mon Feb 10 16:44:26 2020 +0100
@@ -71,7 +71,7 @@
 
     try
     {
-      result = running.GetJob().Step();
+      result = running.GetJob().Step(running.GetId());
     }
     catch (OrthancException& e)
     {