We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc1f04 commit f88deaaCopy full SHA for f88deaa
tests/src/integration/ccm/bridge.hpp
@@ -773,10 +773,6 @@ class Bridge {
773
* generation
774
*/
775
std::string host_;
776
- /**
777
- * Flag to determine if verbose output is enabled
778
- */
779
- bool is_verbose_;
780
#ifdef CASS_USE_LIBSSH2
781
/**
782
* SSH session handle for establishing connection
@@ -795,6 +791,10 @@ class Bridge {
795
791
* Workload values to use when setting the workload via CCM
796
792
797
793
static const std::vector<std::string> dse_workloads_;
794
+ /**
+ * Flag to determine if verbose output is enabled
+ */
+ bool is_verbose_;
798
799
800
0 commit comments