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

Update to OpenTracing 1.5.0. #105

Merged
merged 3 commits into from
Jun 25, 2018
Merged

Update to OpenTracing 1.5.0. #105

merged 3 commits into from
Jun 25, 2018

Conversation

rnburn
Copy link
Contributor

@rnburn rnburn commented Jun 20, 2018

No description provided.

const void** error_category,
void** tracer_factory) {
if (std::strcmp(opentracing_version, OPENTRACING_VERSION) != 0) {
static int OpenTracingMakeTracerFactoryFct(const char* opentracing_version,
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this making a factory-factory? Maybe a comment would help parse the name, then.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll reword it. As part of adding dynamic loading support for Windows (opentracing/opentracing-cpp#93), we had to change OpenTracingMakeTracerFactory from a function to a variable; so it's really there just to distinguish the function name from the variable name.

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.

3 participants