diff Core/JobsEngine/JobsRegistry.h @ 3179:fca730c267d7

New primitives to set and refresh metrics
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Jan 2019 17:12:15 +0100
parents 053e72ff9fc5
children e44e0127e553
line wrap: on
line diff
--- a/Core/JobsEngine/JobsRegistry.h	Wed Jan 30 12:41:20 2019 +0100
+++ b/Core/JobsEngine/JobsRegistry.h	Wed Jan 30 17:12:15 2019 +0100
@@ -201,7 +201,8 @@
 
     void GetStatistics(unsigned int& pending,
                        unsigned int& running,
-                       unsigned int& completed);
+                       unsigned int& success,
+                       unsigned int& errors);
 
     class RunningJob : public boost::noncopyable
     {