From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 10/13] Planner: ms-queuedaemon: Break out queuerun-finished/ Date: Thu, 3 Sep 2015 13:43:35 +0100 Message-ID: <1441284215.26292.355.camel@citrix.com> References: <1441208719-31336-1-git-send-email-ian.jackson@eu.citrix.com> <1441208719-31336-11-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZXTrz-0005K4-6A for xen-devel@lists.xenproject.org; Thu, 03 Sep 2015 12:43:59 +0000 In-Reply-To: <1441208719-31336-11-git-send-email-ian.jackson@eu.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 , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-02 at 16:45 +0100, Ian Jackson wrote: > This formalises the queue-completed interface, allowing parts outside > the queuerun machinery to cleanly be notified when a queue is > completed, and relieving the queuerun-perhaps-step of the need to know > what to do for the end of any particular walker's queue. > > Currently there is still only one walker, `plan'. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell