]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: Convert ibacm server code to use acm_ep
authorSean Hefty <sean.hefty@intel.com>
Fri, 21 Mar 2014 07:33:14 +0000 (00:33 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 16 Apr 2014 06:33:21 +0000 (23:33 -0700)
commit3734b26b6b3b57f9da0da1cfa55c104cf5347c22
tree351a2c32f1ef4214d7e39477cdde1effea4ebda0
parent0672403c17beb576e7592e962494f373adcbce62
ibacm: Convert ibacm server code to use acm_ep

The acm server code is part of the acm core.  It should
only use the core struct acm_ep and not the provider
acmp_ep.  This removes most uses of the provider ep
structure from the core server processing.

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