Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / mgr / mgr_commands.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3
4 #pragma once
5
6 #include "mon/MonCommand.h"
7 #include <vector>
8
9 extern const std::vector<MonCommand> mgr_commands;