]> 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 19:24:36 +0000 (12:24 -0700)
commitb36680fafcd7d075cbb618c300f0c781db1db2f3
treeb2f7b658fae5c5c1a2c58c096c1807cee9423a00
parent490c1722368029e575cc4c5b7cc3287423287ef6
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