-
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-10302] Don't use protobuf as map keys
PvtDataDigest is a protobuf message that is used in the gossip private data implementation. The latest version of protobuf generates functions to protobuf structs, which prevents using protobuf messages as map keys. This change set moves the code to use an equivalent struct that has the same fields but without functions. Change-Id: Icdfdffb98625cb7ace37d6c0227906971e05fcc7 Signed-off-by: yacovm <[email protected]>
- Loading branch information
Showing
5 changed files
with
111 additions
and
52 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
Oops, something went wrong.