Add socket pipe utility
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 May 2010 11:32:48 +0000 (13:32 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 May 2010 11:32:48 +0000 (13:32 +0200)
commit7dc39ebcca4138d27f9a0e5082b2829a7c96375a
treeb8771cbacd52dfc99e1dace4a0bc39b81346c1b7
parentf3700fe68a59e969d9ef1f98e1748e10f4a80471
Add socket pipe utility

The socket pipe has same purpose as Unix pipe . Unfortunately
Windows pipes do not work on select/poll.
include/yaz/Makefile.am
include/yaz/spipe.h [new file with mode: 0644]
src/Makefile.am
src/spipe.c [new file with mode: 0644]
win/makefile