opentracing-c
OpenTracing C API
|
Go to the source code of this file.
Data Structures | |
struct | opentracing_time_value |
struct | opentracing_duration |
Duration type to calculate precise intervals (should use monotonic clock). More... | |
struct | opentracing_timestamp |
Timestamp type to represent absolute time (should use system clock). More... | |
Typedefs | |
typedef struct opentracing_time_value | opentracing_time_value |
typedef struct opentracing_duration | opentracing_duration |
Duration type to calculate precise intervals (should use monotonic clock). | |
typedef struct opentracing_timestamp | opentracing_timestamp |
Timestamp type to represent absolute time (should use system clock). More... | |
Enumerations | |
enum | opentracing_bool { opentracing_true = 1, opentracing_false = 0 } |
Boolean type. More... | |
typedef struct opentracing_timestamp opentracing_timestamp |
Timestamp type to represent absolute time (should use system clock).
enum opentracing_bool |
Boolean type.