Skip to content

Commit

Permalink
Merge pull request #12235 from tchaikov/wip-osd_stat_t-decode
Browse files Browse the repository at this point in the history
osd/osd_types: fix the osd_stat_t::decode()

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
tchaikov committed Nov 30, 2016
2 parents bc27d93 + 433efe0 commit 63b42dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/osd_types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void osd_stat_t::decode(bufferlist::iterator &bl)
::decode(snap_trim_queue_len, bl);
::decode(num_snap_trimming, bl);
::decode(hb_peers, bl);
uint32_t num_hb_out;
vector<int> num_hb_out;
::decode(num_hb_out, bl);
if (struct_v >= 3)
::decode(op_queue_age_hist, bl);
Expand Down

0 comments on commit 63b42dd

Please sign in to comment.