]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: Delay ACM connection until resolving an address
authorSean Hefty <sean.hefty@intel.com>
Fri, 25 May 2012 17:48:47 +0000 (10:48 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 25 May 2012 17:48:47 +0000 (10:48 -0700)
commiteb0bb5edd74fe71f3624f275b1547b40aa8a4206
treeb2f7b658fae5c5c1a2c58c096c1807cee9423a00
parent96d204753f2d1a48cb8ee01a32ab09ae411cb03f
librdmacm: Delay ACM connection until resolving an address

Avoid creating a connection to the ACM service when
it's not needed.  For example, if the user of the librdmacm
is a server application, it will not use ACM services.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/acm.c
src/addrinfo.c
src/cma.c
src/cma.h
src/rsocket.c