]> 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)
commit61a01b6a5203227c9baaa9dd4d749eb06d09b48e
tree7ab13a709c32c18a6a63e3cfe6aa048dca0c2c2a
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/cma.h
src/preload.c