[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] sendfd, recvf pass file descriptors along Unix domain so
From: |
Eric Blake |
Subject: |
Re: [PATCH 2/3] sendfd, recvf pass file descriptors along Unix domain sockets |
Date: |
Wed, 02 Feb 2011 08:45:08 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7 |
On 02/02/2011 07:33 AM, Bastien ROUCARIES wrote:
> Recvfd and sendfd can be used to pass an open file descriptor over a Unix
> domain socket from one process to another.
Not on cygwin. I don't know of any way that you can port this to
cygwin, which means use of this module inherently restricts your
portability.
--
Eric Blake address@hidden +1-801-349-2682
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Openat first step passfd api, Bastien ROUCARIES, 2011/02/02
- [PATCH 1/3] Add AF_UNIX test of socket familly, Bastien ROUCARIES, 2011/02/02
- [PATCH 2/3] sendfd, recvf pass file descriptors along Unix domain sockets, Bastien ROUCARIES, 2011/02/02
- Re: [PATCH 2/3] sendfd, recvf pass file descriptors along Unix domain sockets,
Eric Blake <=
- [PATCH 3/3] Add test for passfd, Bastien ROUCARIES, 2011/02/02
- Re: Openat first step passfd api, Paul Eggert, 2011/02/02