From 02028df9b1c29744723580aa3ca4c1fa3bd8da7f Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Sun, 27 Aug 2017 18:45:41 +0300 Subject: [PATCH] cql_test_env: add forward declaration Not worthwhile to add a new #include for this. --- tests/cql_test_env.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/cql_test_env.cc b/tests/cql_test_env.cc index d8be89557f..2bd123dcea 100644 --- a/tests/cql_test_env.cc +++ b/tests/cql_test_env.cc @@ -44,6 +44,12 @@ #include "service/storage_service.hh" #include "auth/auth.hh" +namespace sstables { + +future<> await_background_jobs_on_all_shards(); + +} + static future<> tst_init_ms_fd_gossiper(db::seed_provider_type seed_provider, sstring cluster_name = "Test Cluster") { return gms::get_failure_detector().start().then([seed_provider, cluster_name] { // Init gossiper