mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
crimson/admin/osd_admin: sort forward declarations
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
87949afba0
commit
ff8d35d35e
@ -4,19 +4,19 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "admin_socket.h"
|
||||
|
||||
namespace crimson::admin {
|
||||
|
||||
class AdminSocketHook;
|
||||
|
||||
class AssertAlwaysHook;
|
||||
class FlushPgStatsHook;
|
||||
class OsdStatusHook;
|
||||
class SendBeaconHook;
|
||||
class DumpPGStateHistory;
|
||||
class DumpMetricsHook;
|
||||
class DumpPGStateHistory;
|
||||
class DumpPerfCountersHook;
|
||||
class FlushPgStatsHook;
|
||||
class InjectDataErrorHook;
|
||||
class InjectMDataErrorHook;
|
||||
class OsdStatusHook;
|
||||
class SendBeaconHook;
|
||||
|
||||
template<class Hook, class... Args>
|
||||
std::unique_ptr<AdminSocketHook> make_asok_hook(Args&&... args);
|
||||
|
Loading…
Reference in New Issue
Block a user