| 673 | } |
| 674 | |
| 675 | void Monitor::write_features(MonitorDBStore::TransactionRef t) |
| 676 | { |
| 677 | bufferlist bl; |
| 678 | features.encode(bl); |
| 679 | t->put(MONITOR_NAME, COMPAT_SET_LOC, bl); |
| 680 | } |
| 681 | |
| 682 | std::vector<std::string> Monitor::get_tracked_keys() const noexcept |
| 683 | { |