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.jack...@eu.citrix.com>
---
 ms-queuedaemon |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ms-queuedaemon b/ms-queuedaemon
index 6ae9677..08f88cf 100755
--- a/ms-queuedaemon
+++ b/ms-queuedaemon
@@ -150,6 +150,7 @@ proc runneeded-perhaps-start {} {
     if {![llength $queue]} {
         plan-reset plan
         report-plan plan plan
+        report-projection plan
         return
     }
 
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to