opentracing-c
OpenTracing C API
Data Fields
opentracing_library_handle Struct Reference

Handle for maintaining ownership of dynamically loaded shared library. More...

#include <opentracing-c/dynamic_load.h>

Collaboration diagram for opentracing_library_handle:
[legend]

Data Fields

opentracing_tracer_factory factory
 Tracer factory function. More...
 
void * lib_handle
 Raw library handle. More...
 

Detailed Description

Handle for maintaining ownership of dynamically loaded shared library.

Field Documentation

◆ factory

opentracing_tracer_factory opentracing_library_handle::factory

Tracer factory function.

◆ lib_handle

void* opentracing_library_handle::lib_handle

Raw library handle.


The documentation for this struct was generated from the following file: