]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
ms-queuedaemon: Add report-projection
authorIan Campbell <ian.campbell@citrix.com>
Thu, 17 Sep 2015 16:14:54 +0000 (17:14 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 25 Sep 2015 11:27:44 +0000 (12:27 +0100)
No semantic change. Eventually more work will be done which is wanted
in report-projection but not report-plan.

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

index f3f85bd9e70ff41e210ccd23964d91ccaa18e73c..9c7645dcfd9e961d79a8a602dc95ea6f080ea8e8 100755 (executable)
@@ -187,12 +187,12 @@ proc runneeded-perhaps-start {} {
 proc queuerun-finished/plan {} {
     runneeded-ensure-will 0
     report-plan plan plan
-    report-plan plan projection
+    report-projection plan
 }
 
 proc queuerun-finished/projection {} {
     runneeded-ensure-will 0
-    report-plan projection projection
+    report-projection projection
 }
 
 proc runneeded-ensure-polling {} {
@@ -309,6 +309,10 @@ proc report-plan {w wo} {
     }
 }
 
+proc report-projection {w} {
+    report-plan $w projection
+}
+
 proc we-are-thinking {chan} {
     set ws {}
     foreach-walker w {