initial code repo
[stor4nfv.git] / src / ceph / src / mgr / mgr_commands.h
diff --git a/src/ceph/src/mgr/mgr_commands.h b/src/ceph/src/mgr/mgr_commands.h
new file mode 100644 (file)
index 0000000..c6ed6c6
--- /dev/null
@@ -0,0 +1,9 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
+#pragma once
+
+#include "mon/MonCommand.h"
+#include <vector>
+
+extern const std::vector<MonCommand> mgr_commands;