]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/osd_types: fix the osd_stat_t::decode() 12235/head
authorKefu Chai <kchai@redhat.com>
Wed, 30 Nov 2016 07:03:34 +0000 (15:03 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 30 Nov 2016 07:05:50 +0000 (15:05 +0800)
commit433efe0c4d30add79682020366352267a27eff24
tree5728b6f70914524a8171df5fc9cdb39a48098ddb
parentbc27d9334822f164247782e65859a858783b19b1
osd/osd_types: fix the osd_stat_t::decode()

should decode the deprecated num_hb_out as vector<int> instead of uint32_t.

it's a regression introduced by 85f22ec

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/osd_types.cc