]> 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>
Thu, 19 Jul 2012 21:21:20 +0000 (14:21 -0700)
commitc6f28dc048728ed30f1b57b6dcfd114ab62e5dde
treee5093e7ce4e37c0d25de83ffaff51f99c74bef79
parent6972e479f8b886ca4577de6c4ca30e1f9cbc660d
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