]> 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)
commit02f124a4ba5b3530bbce5cfbe28a343cd1b54260
tree1ba59f6f7d9886c4ce5b8aa5fa06f770d53b8bf2
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