Skip to content

Commit 14fc3d3

Browse files
committed
[config] Check user-and-common for reconfig
1 parent 64481a8 commit 14fc3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Cru/CruBar.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ void CruBar::configure(bool force)
587587
mDynamicOffset == reportInfo.dynamicOffset &&
588588
mTriggerWindowSize == reportInfo.triggerWindowSize &&
589589
mUserLogicEnabled == reportInfo.userLogicEnabled &&
590+
mUserAndCommonLogicEnabled == reportInfo.userAndCommonLogicEnabled &&
590591
mRunStatsEnabled == reportInfo.runStatsEnabled &&
591592
mGbtEnabled == reportInfo.gbtEnabled &&
592593
!force) {

0 commit comments

Comments
 (0)