/* * Copyright (C) 2019-present ScyllaDB */ /* * SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0 */ #pragma once #include namespace streaming { enum class stream_mutation_fragments_cmd : uint8_t { error, mutation_fragment_data, end_of_stream, abort, }; }