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

src: adapter: mod: HCIDevReq: Add missing repr(C) attribute #1

Merged
merged 1 commit into from
Mar 26, 2018

Conversation

manuelmessner
Copy link
Contributor

@manuelmessner manuelmessner commented Mar 21, 2018

The structure HCIDevReq is used in a C context.
This patch adds a missing repr(C) to it.
If this attribute is omitted, it can happen that dev_id and dev_opt hold
the values of the respective other member.

The structure HCIDevReq is used in a C context.
This patch adds a missing repr(C) to it.
If this attribute is omitted, it can happen that dev_id and dev_opt hold
the values of the respective other member.
@manuelmessner manuelmessner changed the title src: adapter: mod: HCIDevReq: Add missing repr(C) attribute src: adapter: mod: HCIDevReq: Add missing repr(C) attribute Mar 21, 2018
@manuelmessner manuelmessner changed the title src: adapter: mod: HCIDevReq: Add missing repr(C) attribute src: adapter: mod: HCIDevReq: Add missing repr(C) attribute Mar 21, 2018
@mwylde
Copy link
Owner

mwylde commented Mar 26, 2018

Thanks for the fix!

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