]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
msg/msg_types: fix the dencoder of entity_addr_t
authorKefu Chai <kchai@redhat.com>
Wed, 13 Sep 2017 09:21:38 +0000 (17:21 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 16 Sep 2017 04:02:36 +0000 (12:02 +0800)
commit9099ca599de5238cde917f1e1f933247392de03e
tree51b57916e1bf4549fea9de2f410f861416da629c
parentcea9f1e3da6097dee70457909b310dcd33b0144d
msg/msg_types: fix the dencoder of entity_addr_t

improve the interoperability between freebsd/osx and GNU/Linux, because
the their layouts of sockaddr_storage are different, and we use the
one of linux as the wire format. so need to convert it on freebsd/osx
side.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/msg/msg_types.h