Skip to content

bind_hash_mapping sampling logging changes w.r.t. longer corrid#422

Open
vineravi wants to merge 1 commit intomainfrom
corrid_32_final
Open

bind_hash_mapping sampling logging changes w.r.t. longer corrid#422
vineravi wants to merge 1 commit intomainfrom
corrid_32_final

Conversation

@vineravi
Copy link
Copy Markdown
Collaborator

No description provided.

if (m_corr_id.length() == 32) {
longCorrId = true;
corrIdMsb = m_corr_id.substr(0, 16); // First 16 digits (Most Significant)
corrIdLsb = m_corr_id.substr(16, 16); // Last 16 digits (Least Significant)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last 16 digits .. Please check the start and end indexes for substr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants