]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
xio: prepare for splitting XioMsg - methods will access members that should go to...
authorAvner BenHanoch <avnerb@mellanox.com>
Thu, 14 Apr 2016 09:44:13 +0000 (12:44 +0300)
committerAvner BenHanoch <avnerb@mellanox.com>
Sun, 1 May 2016 09:56:11 +0000 (12:56 +0300)
commit02b83fb9cc8bb58df506bc6753c2c3087743097c
treeaf34a0adc663b9d1d67a02733d6a31f41d55db3f
parentbb7fd4df674a1de77ad55ea74df40712c8311679
xio: prepare for splitting XioMsg - methods will access members that should go to base class

data members that are intended to be in the base class should be accessed
only thru a method (next, the method will be virtual in the base class)

Note: XioMsg is going to be split into two classes:
1. a base class for any xio_msg message
2. a derived class for xio_msg objects that contains Ceph messages
(than will be able to use the base class for command messages such as
ack, keepallive that xio doesn't support at the moment)

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