diff OrthancStone/Sources/Loaders/OracleScheduler.h @ 1921:3b2445574705

fix OracleScheduler::SpawnFromQueue() if using cache
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Mar 2022 10:23:44 +0100
parents 7053b8a0aaec
children 07964689cb0b
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/OracleScheduler.h	Mon Mar 21 16:57:41 2022 +0100
+++ b/OrthancStone/Sources/Loaders/OracleScheduler.h	Tue Mar 22 10:23:44 2022 +0100
@@ -85,6 +85,9 @@
 
     void CheckInvariants() const;
 
+    void ModifyNumberOfActiveCommands(Priority priority,
+                                      int delta);
+
     void SpawnFromQueue(Queue& queue,
                         Priority priority);