Skip to content

Commit

Permalink
Update mqbs_datastore.h
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <emalygin@bloomberg.net>
  • Loading branch information
678098 authored Aug 2, 2024
1 parent 04780cc commit 9d5ebe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups/mqb/mqbs/mqbs_datastore.h
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ inline DataStoreRecordKeyHashAlgo::result_type
DataStoreRecordKeyHashAlgo::operator()(const TYPE& type) const
{
return type.d_sequenceNum +
static_cast<bsls::Types::Uint64>(type.d_primaryLeaseId)
static_cast<bsls::Types::Uint64>(type.d_primaryLeaseId)
<< 32;
}

Expand Down

0 comments on commit 9d5ebe9

Please sign in to comment.