]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: Change client parameter to req id in resp calls
authorSean Hefty <sean.hefty@intel.com>
Mon, 24 Mar 2014 05:11:58 +0000 (22:11 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 16 Apr 2014 06:32:58 +0000 (23:32 -0700)
commit2af281dacc44fcb8b25a8ec6156e0615eae65e64
treeb942ee1d6f590a761e73736e645284d4af059499
parent7ce17fd9da4e858ea83b055264613df1dea9882d
ibacm: Change client parameter to req id in resp calls

The ibacm core will manage the client connection.  Providers
should not interact with clients directly.  Instead, the core
will give providers a request id with each request that will be
returned to the core layer when the request has completed.

Change the client field in struct acm_request to an id field,
and update the provider identified functions to use the id
in place of accesing the client directly.

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