/* * Copyright (C) 2015-present ScyllaDB */ /* * SPDX-License-Identifier: AGPL-3.0-or-later */ #pragma once #include "api/api_init.hh" namespace locator { class snitch_ptr; } namespace api { void set_endpoint_snitch(http_context& ctx, httpd::routes& r, sharded&); void unset_endpoint_snitch(http_context& ctx, httpd::routes& r); }