]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
xio: split XioMsg into base XioSend and derived XioMsg
authorAvner BenHanoch <avnerb@mellanox.com>
Thu, 14 Apr 2016 10:55:39 +0000 (13:55 +0300)
committerAvner BenHanoch <avnerb@mellanox.com>
Sun, 1 May 2016 09:56:11 +0000 (12:56 +0300)
commit166c55e05e9b88baea60680ec275d693ac60df23
tree414b058e5c114073c3df1be5f93482033b0047da
parent67a9fb6102ed162566ee63faf847c5084481563f
xio: split XioMsg into base XioSend and derived XioMsg

The base class will allow creating additional derived classes for
accelio messages that do not contain a Ceph Message like keepalives
and acks (till now this was not supported)

Signed-off-by: Avner BenHanoch <avnerb@mellanox.com>
src/msg/xio/XioConnection.cc
src/msg/xio/XioConnection.h
src/msg/xio/XioMsg.h
src/msg/xio/XioPortal.h