[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 3/4] ms-queuedaemon: Add report-projection
No semantic change. Eventually more tasks will be added which are wanted in report-projection but not report-plan. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- ms-queuedaemon | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ms-queuedaemon b/ms-queuedaemon index f3f85bd..9c7645d 100755 --- a/ms-queuedaemon +++ b/ms-queuedaemon @@ -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 { -- 2.5.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |