Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove 4 bytes packing of NodeBasedEdgeWithOSM due to alignment fails #3655

Merged
merged 1 commit into from
Feb 5, 2017

Conversation

oxidase
Copy link
Contributor

@oxidase oxidase commented Feb 5, 2017

Issue

Fixes #3653 that was introduced in c48fc58 via 4-bytes packing of NodeBasedEdgeWithOSM.
Rearrangement of members will not help (28, 8, 8 bytes) to get 8 bytes alignment in NodeBasedEdgeWithOSMand InternalExtractorEdge
PR makes size of NodeBasedEdgeWithOSM again 48 bytes with 4 bytes padding and InternalExtractorEdge 64 bytes as it was before merging #2399.

Tasklist

  • review
  • adjust for comments

Copy link
Member

@daniel-j-h daniel-j-h left a comment

Choose a reason for hiding this comment

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

👍

@oxidase oxidase merged commit f2663ac into master Feb 5, 2017
@oxidase oxidase deleted the fix/internalextractoredge-packing branch February 5, 2017 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants