Re: [Xen-devel] [OSSTEST PATCH 02/13] Planner: docs: Minor fixes

2015-09-03 Thread Ian Jackson
Ian Campbell writes ("Re: [OSSTEST PATCH 02/13] Planner: docs: Minor fixes"): > On Wed, 2015-09-02 at 16:45 +0100, Ian Jackson wrote: > > sub alloc_resources { > > -my ($resourcecall) = pop @_; > > +my ($resourcecall) = pop @_; # $resourcecall->($plan); > > Took me a while to work out thi

Re: [Xen-devel] [OSSTEST PATCH 02/13] Planner: docs: Minor fixes

2015-09-03 Thread Ian Campbell
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 > --- > Osstest/Executive.pm |2 +- > README.planner |3 +++ > 2 files changed, 4 ins

[Xen-devel] [OSSTEST PATCH 02/13] Planner: docs: Minor fixes

2015-09-02 Thread Ian Jackson
* 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