]> 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)
commit8eb7731f3f456a7de7a2e72862ea090601e7856f
tree7b4509e39407700f2b83499e2db1b89ccde97650
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