]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: Divide struct acmp_ep into two structures
authorSean Hefty <sean.hefty@intel.com>
Fri, 21 Mar 2014 06:08:14 +0000 (23:08 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 16 Apr 2014 06:33:18 +0000 (23:33 -0700)
commitb3872d7e653d93869a646ad2462b83b5dcda0968
tree574ec4d6e10891abd6f15b737a641457224f273c
parent1fe16024adab1da1aa7fae907f5274880ba25959
ibacm: Divide struct acmp_ep into two structures

Struct acmp_ep contains data that is intended for both
the core and provider.  Split out the core data from
the structure into its own sub-structure.

The core structure will own the acm_endpoint allocation
and addressing.

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