diff Core/JobsEngine/JobsRegistry.h @ 2669:eaf10085ffa1 jobs

no passwords in public content of jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 09 Jun 2018 14:15:32 +0200
parents 5fa2f2ce74f0
children 8e0bc055d18c
line wrap: on
line diff
--- a/Core/JobsEngine/JobsRegistry.h	Fri Jun 08 18:08:48 2018 +0200
+++ b/Core/JobsEngine/JobsRegistry.h	Sat Jun 09 14:15:32 2018 +0200
@@ -113,7 +113,8 @@
     void RemoveRetryJob(JobHandler* handler);
       
     void SubmitInternal(std::string& id,
-                        JobHandler* handler);
+                        JobHandler* handler,
+                        bool keepLastChangeTime);
     
   public:
     JobsRegistry() :