]> git.proxmox.com Git - ceph.git/blame - ceph/src/mgr/mgr_commands.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / mgr / mgr_commands.h
CommitLineData
c07f9fc5
FG
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
9extern const std::vector<MonCommand> mgr_commands;