File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
bftengine/src/bcstatetransfer Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ option(BUILD_THIRDPARTY "Wheter to build third party librarie or use preinstalle
4747option (CODECOVERAGE "Enable Code Coverage Metrics in Clang" OFF )
4848option (ENABLE_RESTART_RECOVERY_TESTS "Enable tests for restart recovery" OFF )
4949option (BUILD_UTT "Build UTT library" OFF )
50- option (CONCORD_ENABLE_ALL_METRICS "Enable all metrics in concord" ON )
5150
5251if (USE_OPENSSL AND NOT BUILD_THIRDPARTY)
5352 set (OPENSSL_ROOT_DIR /usr/local/ssl) # not to confuse with system ssl libs
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ CONCORD_BFT_CMAKE_CODECOVERAGE?=FALSE
6464CONCORD_BFT_CMAKE_CCACHE? =TRUE
6565CONCORD_BFT_CMAKE_USE_FAKE_CLOCK_IN_TIME_SERVICE? =FALSE
6666ENABLE_RESTART_RECOVERY_TESTS? =FALSE
67- CONCORD_ENABLE_ALL_METRICS? =TRUE
67+ CONCORD_ENABLE_ALL_METRICS? =FALSE
6868
6969ifeq (${CONCORD_BFT_CMAKE_ASAN},TRUE)
7070 CONCORD_BFT_CMAKE_CXX_FLAGS_RELEASE='-O0 -g'
Original file line number Diff line number Diff line change @@ -663,8 +663,8 @@ class BCStateTran : public IStateTransfer {
663663
664664#ifdef ENABLE_ALL_METRICS
665665 CounterHandle handle_AskForCheckpointSummaries_msg_;
666- #endif
667666 CounterHandle handle_CheckpointsSummary_msg_;
667+ #endif
668668 CounterHandle handle_FetchBlocks_msg_;
669669 CounterHandle handle_FetchResPages_msg_;
670670 CounterHandle handle_RejectFetching_msg_;
You can’t perform that action at this time.
0 commit comments