| 205 | std::vector<MDSHealthMetric> metrics; |
| 206 | |
| 207 | void encode(ceph::buffer::list& bl) const { |
| 208 | ENCODE_START(1, 1, bl); |
| 209 | encode(metrics, bl); |
| 210 | ENCODE_FINISH(bl); |
| 211 | } |
| 212 | |
| 213 | void decode(ceph::buffer::list::const_iterator& bl) { |
| 214 | DECODE_START(1, bl); |
no test coverage detected