forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hash: Make basis of hash_words64() 32 bits.
The basis of hash_words64() was 64 bits, even when the hash value is 32 bits, thus confusing the domain and the range of the function. This patch fixes this by making the basis an uint32_t. Suggested-by: Ben Pfaff <[email protected]> Signed-off-by: Jarno Rajahalme <[email protected]>
- Loading branch information
Jarno Rajahalme
committed
Jan 6, 2015
1 parent
b2623fd
commit 4ad07ad
Showing
2 changed files
with
9 additions
and
10 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