]> 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)
commit28dd0f4ee0200748f8d4b27ea1c904402be9af4e
tree19f8849f48737cbf50102511ff14a78d39040f12
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