I was going to point out SharedPool and defining it as a poolDictionary in
the class definition, but you already know that, right?
Is what you are pointing out is that once you have all of that setup, that
NB doesn't allow you to use it by argument (but only by value)?
The former I might help; the later is beyond me.

-cbc

On Tue, Dec 22, 2015 at 12:12 PM, Mariano Martinez Peck <
marianop...@gmail.com> wrote:

> Hi guys,
>
> Say I want to call to waitpid like this:
>
> waitpid(childID, &status, WNOHANG);
>
> How can I do since I don't have access to WNOHANG int value in order to
> send it via argument .... ???
>
> Any idea?
>
> Thanks in advance,
>
> --
> Mariano
> http://marianopeck.wordpress.com
>

Reply via email to