-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-5816] Make channel config values immutable
This is probably the most complex CR in the series, but the new code is still obviously much simpler and more easily verified as correct than the old version. This CR modifies the config structures to be instantiated simply through their constructors, rather than through the transactional begin/propose/precommit/commit structure which existed before. Although this CR produces a bit of churn, is it he last real obstacle to removing a large swatch of otherwise unused code. Change-Id: I108e3c8e215d9642b18654d19f58b056eea94081 Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Jason Yellick
committed
Aug 30, 2017
1 parent
5b0c2e4
commit 033d5e6
Showing
22 changed files
with
289 additions
and
1,020 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.