// Copyright (C) 2024-present ScyllaDB // SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0 #pragma once #include #include #include "seastarx.hh" #include namespace service { struct raft_timeout { seastar::compat::source_location loc = seastar::compat::source_location::current(); std::optional value; }; }