Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!mcnc!rti!xyzzy!dg-rtp.dg.com!pafford From: pafford@dg-rtp.dg.com (Randy Pafford) Newsgroups: comp.unix.wizards Subject: streams Message-ID: <811@xyzzy.UUCP> Date: 31 Aug 89 13:26:50 GMT Sender: usenet@xyzzy.UUCP Reply-To: pafford@dg-rtp.dg.com (Randy Pafford) Distribution: usa Organization: Data General Corporation, Research Triangle Park, NC Lines: 5 I'm trying to find out how to set up a "stream pipe" between two arbitrary processes. In particular, I want to pass file descriptors using the I_SENDFD option on an ioctl (streamio(7)). The Streams Programmer's Guide I have mentions this construct (Appendix B-6), and then says "The means by which such a structure is created is not described in this document."