]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rspreload: Support dup2 calls
authorSean Hefty <sean.hefty@intel.com>
Mon, 30 Jul 2012 23:06:32 +0000 (16:06 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 1 Aug 2012 23:28:23 +0000 (16:28 -0700)
commit810924b05f1448e9da2916d16c71a44996ade3dc
tree6c3a4d4cc0146d11acbd41ec30ac983f004e11c7
parent3409f8d6af187d25c63a5d1f8ee8bff5f14555e2
rspreload: Support dup2 calls

vsftpd requires dup2() support.  To handle dup2, we need to add
reference count tracking to the preload fd's.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/preload.c