From: lars@segv.dk (Lars Munch)
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Apr 2009 01:38:55 +0000 (01:38 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Apr 2009 01:38:55 +0000 (01:38 +0000)
commitd8142ffa1d78c6e7815b10af737745fe7f1e1097
treed36f330d9cb96c7df550072c98c9e9d291472a1c
parenta1daaa99c0986bf4456e670025182b370054fd63
From: lars@segv.dk (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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@40305 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore/Ecore.h
src/lib/ecore/ecore_pipe.c