]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg/async/rdma: Extract sockets stuff from RDMAStack.h 14179/head
authorAmir Vadai <amir@vadai.me>
Wed, 22 Mar 2017 07:03:31 +0000 (09:03 +0200)
committerAdir Lev <adirl@mellanox.com>
Tue, 28 Mar 2017 06:52:07 +0000 (09:52 +0300)
commit1890e924ca417c78c023f0a798ece8c3ea759413
tree22e6b17efb9f4989acecf2d61ba3a8f343cea4ab
parent94eddb1ec53205e3e1b21033a9b841c4a72d7a77
msg/async/rdma: Extract sockets stuff from RDMAStack.h

This is a preparation commit, in order to make review easier. In this
commit I move code from RDMAStack.h into the new file
RDMAConnectedSocketImpl.h - without changing the code.

In the next commit, the actual logic changes will be done and socket
classes will be split into a base RDMAConnected classes and child
classes with TCP connection establishment specific code.

Issue: 995322
Change-Id: I639fda490a6fbd02addb95d3158c5ac1e7390ef0
Signed-off-by: Amir Vadai <amir@vadai.me>
src/msg/async/rdma/RDMAConnectedSocketImpl.h [new file with mode: 0644]
src/msg/async/rdma/RDMAStack.h