| 91 | return true; |
| 92 | } |
| 93 | ceph::PluginRegistry* get_plugin_registry() { |
| 94 | return _plugin_registry; |
| 95 | } |
| 96 | CryptoRandom* random() const; |
| 97 | PerfCountersCollectionImpl* get_perfcounters_collection(); |
| 98 | crimson::common::ConfigProxy& _conf; |
no outgoing calls