diff options
Diffstat (limited to 'src/mgr/mgr_commands.h')
-rw-r--r-- | src/mgr/mgr_commands.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mgr/mgr_commands.h b/src/mgr/mgr_commands.h new file mode 100644 index 000000000..c6ed6c68d --- /dev/null +++ b/src/mgr/mgr_commands.h @@ -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; |