On Wed, 25 Mar 2009 08:53:41 +0100 l...@segv.dk (Lars Munch) said:
patch in! (sorry - i miss these - if you inline paste a patch as opposed to
attach it.. the little "there is an attachment" icon doesnt show up for that
mail).
> Hi
>
> This patch adds two new functions, ecore_pipe_close_read and
On Mon, Apr 20, 2009 at 9:21 AM, Peter Wehrfritz wrote:
> Gustavo Sverzut Barbieri schrieb:
>> was this ever committed? should it be? It was marked as "pending" in my list.
>>
>
> Afaik, it wasn't committed. I think it looks reasonable, but I haven't
> actually tested it. I hoped someone how is mo
Gustavo Sverzut Barbieri schrieb:
> was this ever committed? should it be? It was marked as "pending" in my list.
>
Afaik, it wasn't committed. I think it looks reasonable, but I haven't
actually tested it. I hoped someone how is more familar then me with
pipes and forking is going to review
was this ever committed? should it be? It was marked as "pending" in my list.
On Wed, Mar 25, 2009 at 5:37 AM, Lars Munch wrote:
> On Wed, Mar 25, 2009 at 09:08:53AM +0100, Peter Wehrfritz wrote:
>> Lars Munch schrieb:
>> >Hi
>> >
>> >This patch adds two new functions, ecore_pipe_close_read and
>
On Wed, Mar 25, 2009 at 09:08:53AM +0100, Peter Wehrfritz wrote:
> Lars Munch schrieb:
> >Hi
> >
> >This patch adds two new functions, ecore_pipe_close_read and
> >ecore_pipe_close_write, to ecore_pipe. The purpose it to enable
> >ecore_pipe to be used together with fork (see example below).
> >
>
Lars Munch schrieb:
> Hi
>
> This patch adds two new functions, ecore_pipe_close_read and
> ecore_pipe_close_write, to ecore_pipe. The purpose it to enable
> ecore_pipe to be used together with fork (see example below).
>
> The patch also handles if the read or write end of the pipe closes.
>
I
Hi
This patch adds two new functions, ecore_pipe_close_read and
ecore_pipe_close_write, to ecore_pipe. The purpose it to enable
ecore_pipe to be used together with fork (see example below).
The patch also handles if the read or write end of the pipe closes.
/*
Test example
gcc -Wall `pkg-con