]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: Define separate structures for acm ports
authorSean Hefty <sean.hefty@intel.com>
Fri, 21 Mar 2014 08:21:01 +0000 (01:21 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 16 Apr 2014 06:33:23 +0000 (23:33 -0700)
commit0690b51e811d464bbe1c19b318ede5911b3d383f
treea2c11d7c04740307c41df893a49d243f0264f3f9
parent3734b26b6b3b57f9da0da1cfa55c104cf5347c22
ibacm: Define separate structures for acm ports

Define a port structure for use by the ibacm core layer.
The core endpoints will be linked to this port structure.

Link struct acm_ep off struct acm_port and struct acmp_ep
off struct acmp_port.  Separate the code accessing the
port structures into core or provider specific sections,
and have the functions reference the correct port
structure.

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