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
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
* 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