mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
To be used for defining streaming::plan_id in the next patcvh. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
20 lines
284 B
C++
20 lines
284 B
C++
/*
|
|
* Copyright (C) 2018-present ScyllaDB
|
|
*/
|
|
|
|
/*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace streaming {
|
|
|
|
class stream_event_handler;
|
|
class stream_manager;
|
|
class stream_result_future;
|
|
class stream_session;
|
|
class stream_state;
|
|
|
|
} // namespace streaming
|