From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 02/13] Planner: docs: Minor fixes Date: Wed, 2 Sep 2015 16:45:08 +0100 Message-ID: <1441208719-31336-3-git-send-email-ian.jackson@eu.citrix.com> References: <1441208719-31336-1-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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZXAJY-00026h-GJ for xen-devel@lists.xenproject.org; Wed, 02 Sep 2015 15:51:08 +0000 In-Reply-To: <1441208719-31336-1-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: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org * Document the ms-queuedaemon banner * Document the argument to the allocation $resourcecall callback fn. Signed-off-by: Ian Jackson --- Osstest/Executive.pm | 2 +- README.planner | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Osstest/Executive.pm b/Osstest/Executive.pm index bf968c8..ab015d2 100644 --- a/Osstest/Executive.pm +++ b/Osstest/Executive.pm @@ -604,7 +604,7 @@ sub plan_search ($$$$) { } sub alloc_resources { - my ($resourcecall) = pop @_; + my ($resourcecall) = pop @_; # $resourcecall->($plan); my (%xparams) = @_; # $resourcecall should die (abort) or return ($ok, $bookinglist) # diff --git a/README.planner b/README.planner index ec4dce8..34eae97 100644 --- a/README.planner +++ b/README.planner @@ -181,6 +181,9 @@ DETAILED PROTOCOL NOTES ms-queuedaemon commands + < OK ms-queuedaemon [INFO...] + Banner on connection. INFO should be ignored. + > wait I want to join the plan -- 1.7.10.4