]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: Change acm_query_response to take the response message
authorSean Hefty <sean.hefty@intel.com>
Thu, 15 May 2014 21:08:04 +0000 (14:08 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 15 May 2014 21:08:04 +0000 (14:08 -0700)
commit5d521643713122c6d4a120b49b56c595aef10f97
tree951d8b6c1b80083ffe8a5320245a17a0d00d44f3
parent635b9c0de15a4bb43ddda25f1f9c19d0945075e2
ibacm: Change acm_query_response to take the response message

acm_query_response should take as input the actual response
message to send, not the request message.  The provider may have
already formatted a response message, and the core should not
override it.

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