]> 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)
commit467f4d6bebb1a619fcad225b8ea1cf9662a4a97d
tree7ec243f3149e9a1ff1d5183f18e30d2458e354d6
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>