]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg/async: assert if compiled code doesn't support the configured ms_async_transport_type 12559/head
authorAvner BenHanoch <avnerb@mellanox.com>
Mon, 5 Dec 2016 08:16:02 +0000 (08:16 +0000)
committerAdir Lev <adirl@mellanox.com>
Fri, 23 Dec 2016 11:59:00 +0000 (13:59 +0200)
commite3b744a19d8ea42e53a6294e698ea3ecf6a4b040
tree90d1e9effe1b4a844a267ff3ebb177bb30726a55
parentaf21f0db91e3ab5e6d945ff1eb3579c1f0cac6f6
msg/async: assert if compiled code doesn't support the configured ms_async_transport_type

for example, currently there is a crash when using the async stack (access of null pointer)
in case the user configured rdma for a code that was not compiled with RDMA

issue: 913397

Change-Id: I4e3d88006312a713b8d3aaefbdcd0596039270e1
Signed-off-by: Avner BenHanoch <avnerb@mellanox.com>
src/msg/async/Stack.cc