blob: eb6c5b1684fc283ccf9221506c2cc1f3afb39efa [file] [log] [blame]
// Copyright 2017 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef VM_TOOLS_CONSTANTS_H_
#define VM_TOOLS_CONSTANTS_H_
namespace vm_tools {
constexpr int kMaitredPort = 8888;
} // namespace vm_tools
#endif // VM_TOOLS_CONSTANTS_H_