From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST 3/4] ms-queuedaemon: Add report-projection Date: Thu, 17 Sep 2015 17:14:54 +0100 Message-ID: <1442506495-10239-3-git-send-email-ian.campbell@citrix.com> References: <1442506474.18856.227.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1442506474.18856.227.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org No semantic change. Eventually more tasks will be added which are wanted in report-projection but not report-plan. Signed-off-by: Ian Campbell --- 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