|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH 02/13] Planner: docs: Minor fixes
On Wed, 2015-09-02 at 16:45 +0100, Ian Jackson wrote:
> * Document the ms-queuedaemon banner
> * Document the argument to the allocation $resourcecall callback fn.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
> ---
> 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);
Took me a while to work out this means $resourcecall is a function which
should be called as shown, but now I've got that:
Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Maybe consider adding "Called as" to the front of the comment though? (Ack
either way)
> 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
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |