]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
ms-queuedaemon: Update projection reports when idle
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 18 Nov 2015 14:39:00 +0000 (14:39 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 20 Nov 2015 14:48:27 +0000 (14:48 +0000)
When the planning queue becomes empty, we update the plan.  We should
also update the projection.

I have cowboyed this change in the Cambridge instance's
daemons-testing.git and tested it there.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
ms-queuedaemon

index 6ae967770621acdaec2020b24ff1d4550b31c2d7..08f88cf3541052a97b7d94ff870182daea3571fd 100755 (executable)
@@ -150,6 +150,7 @@ proc runneeded-perhaps-start {} {
     if {![llength $queue]} {
         plan-reset plan
         report-plan plan plan
+        report-projection plan
         return
     }