]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
xio: fix compilation against latest accelio 8022/head
authorRoi Dayan <roid@mellanox.com>
Sun, 14 Feb 2016 09:45:22 +0000 (11:45 +0200)
committerRoi Dayan <roid@mellanox.com>
Wed, 23 Mar 2016 16:30:53 +0000 (18:30 +0200)
commitf1743dbb0bbaf5f9eafb6ac5477f1832047d9aaf
tree47f523e0c8f2978cc73bba06b084333986eca966
parentc49de8c1c2096896f76138ad8f2b12cfc1e0c0bf
xio: fix compilation against latest accelio

Do not use C struct initilization style to avoid eclipse errors.
We also don't use c++ struct initalize as members are not specified
and it just happens that in latest accelio version one of the fields
has changed in the middle of the struct.

Signed-off-by: Roi Dayan <roid@mellanox.com>
src/msg/xio/XioMessenger.cc