opentracing-c
OpenTracing C API
|
HTTP headers writer. More...
#include <opentracing-c/propagation.h>
Data Fields | |
opentracing_text_map_writer | base |
Base class member. More... | |
![]() | |
opentracing_destructible | base |
Base class member. More... | |
opentracing_propagation_error_code(* | set )(struct opentracing_text_map_writer *writer, const char *key, const char *value) OPENTRACINGC_NONNULL(1) |
Set a key:value pair to the carrier. More... | |
![]() | |
void(* | destroy )(struct opentracing_destructible *destructible) OPENTRACINGC_NONNULL_ALL |
Destructor to clean up any resources allocated to the instance. More... | |
HTTP headers writer.
opentracing_text_map_writer opentracing_http_headers_writer::base |
Base class member.