]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
xio: fix build (entity_addr_t encoding) 9636/head
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 10 Jun 2016 19:44:29 +0000 (15:44 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 10 Jun 2016 19:44:29 +0000 (15:44 -0400)
commit3e1ac445a90e2c9a1486f0e02a8238f44f1de3e4
treed788b85ac359c7670cb107eb1bd012fcfa8b411f
parent14676374374de08a4921444d7104d79811a3a4bf
xio: fix build (entity_addr_t encoding)

Currently XioMessenger encodes an entity_addr_t in its wire header.
The new 'features' argument to entity_addr_t::encode should have
the actual XioMessenger::local_features value when actually encoding
(and some value otherwise).

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/msg/xio/XioMessenger.cc
src/msg/xio/XioMsg.cc
src/msg/xio/XioMsg.h