]> git.openfabrics.org - ~shefty/librdmacm.git/commit
cmatose: Replace use of getaddrinfo with rdma_getaddrinfo
authorSean Hefty <sean.hefty@intel.com>
Thu, 29 Sep 2011 21:23:47 +0000 (14:23 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 2 Mar 2012 01:06:48 +0000 (17:06 -0800)
commit078efb832595afcb3c72baaf96a60308ca06f7e9
treebd409832b92eb352cb2217fb64aa840f20308a55
parent8ba4e194e2f180b68c6d7c32a2516f1a06ba62cc
cmatose: Replace use of getaddrinfo with rdma_getaddrinfo

Now that rdma_getaddrinfo exists, use it rather than getaddrinfo.
This will eventually allow us to specify native IB addresses into
cmatose once AF_IB support is there.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Makefile.am
examples/cmatose.c
examples/common.c [new file with mode: 0644]
examples/common.h [new file with mode: 0644]