mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 10:41:12 +00:00
17 lines
302 B
C++
17 lines
302 B
C++
/*
|
|
* Copyright 2019-present ScyllaDB
|
|
*/
|
|
|
|
/*
|
|
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1
|
|
*/
|
|
|
|
namespace netw {
|
|
|
|
struct schema_pull_options {
|
|
bool remote_supports_canonical_mutation_retval;
|
|
bool group0_snapshot_transfer [[version 4.7]] = false;
|
|
};
|
|
|
|
} // namespace netw
|