mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 07:42:16 +00:00
16 lines
309 B
C++
16 lines
309 B
C++
/*
|
|
* Copyright 2026-present ScyllaDB
|
|
*/
|
|
|
|
/*
|
|
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1
|
|
*/
|
|
|
|
#include "raft/raft.hh"
|
|
|
|
namespace raft {
|
|
|
|
verb [[with_client_info, with_timeout]] raft_read_barrier (raft::group_id, raft::server_id from_id, raft::server_id dst_id);
|
|
|
|
} // namespace raft
|