void decode(ceph::buffer::list::const_iterator& bl) {
DECODE_START(2, bl);
- if (struct_v < 1) {
+ if (struct_v < 2) {
std::pair<std::string, int> oe;
decode(oe, bl);
entry = {oe.first, 0 /* start */, uint32_t(oe.second)};
void decode(ceph::buffer::list::const_iterator& bl) {
DECODE_START(2, bl);
- if (struct_v < 1) {
+ if (struct_v < 2) {
std::pair<std::string, int> oe;
decode(oe, bl);
entry = {oe.first, 0 /* start */, uint32_t(oe.second)};
void decode(ceph::buffer::list::const_iterator& bl) {
DECODE_START(2, bl);
- if (struct_v < 1) {
+ if (struct_v < 2) {
std::pair<std::string, int> oe;
decode(oe, bl);
entry = {oe.first, 0 /* start */, uint32_t(oe.second)};