]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentracing-cpp/test/tracer_b.cpp
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / opentracing-cpp / test / tracer_b.cpp
1 #include <opentracing/dynamic_load.h>
2
3 static int OpenTracingMakeTracerFactoryFct(
4 const char* /*opentracing_version*/,
5 const char* /*opentracing_abi_version*/, const void** /*error_category*/,
6 void* /*error_message*/, void** /*tracer_factory*/) {
7 return -1;
8 }
9
10 OPENTRACING_DECLARE_IMPL_FACTORY(OpenTracingMakeTracerFactoryFct);