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

Rename bswap_64 to otel_bswap_64 to avoid clash with macro (#875) #876

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

lidavidm
Copy link
Contributor

Fixes #875

Changes

On some platforms, bswap_64 is a macro. Rename the OpenTelemetry utility to otel_bswap_64 to avoid clashing with this.

For significant contributions please make sure you have completed the following items:

  • N/A CHANGELOG.md updated for non-trivial changes

  • N/A Unit tests have been added

  • Changes in public API reviewed

    I believe this isn't part of the public API?

@lidavidm lidavidm requested a review from a team June 24, 2021 18:30
@codecov
Copy link

codecov bot commented Jun 24, 2021

Codecov Report

Merging #876 (2f49203) into main (ae6d810) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #876   +/-   ##
=======================================
  Coverage   95.44%   95.44%           
=======================================
  Files         157      157           
  Lines        6633     6633           
=======================================
  Hits         6330     6330           
  Misses        303      303           

@lalitb lalitb merged commit 0a3320e into open-telemetry:main Jun 24, 2021
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.

Jaeger exporter fails to build with Thrift 0.14.1 as bswap_* is actually a macro
3 participants