summaryrefslogtreecommitdiffstats
path: root/test/tracer_a.cpp
blob: 457b1ddab14583dffc4ad5acc3936d4055899a2f (plain)
1
2
3
4
5
6
7
8
9
10
#include <opentracing/dynamic_load.h>

static int OpenTracingMakeTracerFactoryFct(
    const char* /*opentracing_version*/,
    const char* /*opentracing_abi_version*/, const void** /*error_category*/,
    void* /*error_message*/, void** /*tracer_factory*/) {
  return -1;
}

OPENTRACING_DECLARE_IMPL_FACTORY(OpenTracingMakeTracerFactoryFct);