File: tracer_b.cpp

package info (click to toggle)
opentracing-cpp 1.6.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,572 kB
  • sloc: cpp: 14,234; ansic: 68; sh: 16; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (6)
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);