summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/bazel_msg/bazel_common.hpp
blob: 4d829fe29867a5d67a919d22cdb5ba80b88d4b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef INCLUDED_SRC_BUILDTOOL_EXECUTION_API_BAZEL_MSG_BAZEL_COMMON_HPP
#define INCLUDED_SRC_BUILDTOOL_EXECUTION_API_BAZEL_MSG_BAZEL_COMMON_HPP

/// \file bazel_common.hpp
/// \brief Common types and functions required by Bazel API.

struct ExecutionConfiguration {
    int execution_priority{};
    int results_cache_priority{};
    bool skip_cache_lookup{};
};

#endif  // INCLUDED_SRC_BUILDTOOL_EXECUTION_API_BAZEL_MSG_BAZEL_COMMON_HPP