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)
commit55852a1e367f700d8a46be6dbdd068149edb2501
treed36f330d9cb96c7df550072c98c9e9d291472a1c
parenta389e7689c3925f52dcfa94187a81fd89fcd3ecb
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: http://svn.enlightenment.org/svn/e/trunk/ecore@40305 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore/Ecore.h
src/lib/ecore/ecore_pipe.c