summaryrefslogtreecommitdiffstats
path: root/src/mgr/mgr_commands.h
blob: c6ed6c68d727fc4ff2a5d027a3cc508c976a81b0 (plain)
1
2
3
4
5
6
7
8
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;