summaryrefslogtreecommitdiffstats
path: root/src/crimson/admin/pg_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crimson/admin/pg_commands.h')
-rw-r--r--src/crimson/admin/pg_commands.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/crimson/admin/pg_commands.h b/src/crimson/admin/pg_commands.h
new file mode 100644
index 000000000..873b3c923
--- /dev/null
+++ b/src/crimson/admin/pg_commands.h
@@ -0,0 +1,10 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+#pragma once
+
+namespace crimson::admin::pg {
+
+class QueryCommand;
+class MarkUnfoundLostCommand;
+
+} // namespace crimson::admin::pg