Annonate another instance of the same anonymous constant

This commit is contained in:
Vinnie Falco
2013-06-07 10:24:33 -07:00
parent 5ae48ddad6
commit 3cf2fb884d
2 changed files with 13 additions and 2 deletions

View File

@@ -29,6 +29,9 @@ void SHAMapNode::setMHash() const
// VFALCO: TODO, figure out what this is for and whether or
// not it affects the protocol specification.
//
// NOTE, this constant is used elsewhere as well.
// should it be DRY?
//
const std::size_t mysteriousConstant = 0x9e3779b9;
std::size_t h = HashMaps::getInstance ().getNonce <std::size_t> ()