Re: [E-devel] [PATCH] ecore pipe add close functions

2009-04-22 Thread The Rasterman
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

Re: [E-devel] [PATCH] ecore pipe add close functions

2009-04-21 Thread Sachiel
On Mon, Apr 20, 2009 at 9:21 AM, Peter Wehrfritz peter.wehrfr...@web.de 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

Re: [E-devel] [PATCH] ecore pipe add close functions

2009-04-19 Thread Gustavo Sverzut Barbieri
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 l...@segv.dk 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

[E-devel] [PATCH] ecore pipe add close functions

2009-03-25 Thread Lars Munch
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

Re: [E-devel] [PATCH] ecore pipe add close functions

2009-03-25 Thread Lars Munch
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). The patch