]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rspreload: Make socket_fallback() call more generic
authorSean Hefty <sean.hefty@intel.com>
Mon, 16 Jul 2012 21:17:58 +0000 (14:17 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 16 Jul 2012 21:17:58 +0000 (14:17 -0700)
commit84e0beee0d2d3c217cd9703b9e438d25856cacb6
treec0306f4628b14e75db3da212b4a99875f49be65f
parentcaa3348fa47c2828097b9f547342e554f6232b29
rspreload: Make socket_fallback() call more generic

socket_fallback is used to switch from an rsocket to a normal
socket in the case of failures.  Rename the call and make it
more generic, so that it can switch between an rsocket and
a normal socket in either direction.  This will be used to
support fork().

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