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

Fix C++ One Definition Rules (ODR) Violations #178

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Nov 8, 2022

Issue:
aws/aws-sdk-cpp#2137

Description of Changes:
Rename imds_user_data -> imds_provider_user_data in credentia_provider_imds.c, to avoid collision with same-named struct in aws_imds_client.c.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

**Issue:**
aws/aws-sdk-cpp#2137

**Description of Changes:**
Rename `imds_user_data` -> `imds_provider_user_data` in `credentia_provider_imds.c`, to avoid collision with same-named struct in `aws_imds_client.c`.
@graebm graebm merged commit 30df6c4 into main Nov 9, 2022
@graebm graebm deleted the odr-violation branch November 9, 2022 00:52
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.

4 participants