opentracing-c
OpenTracing C API
Data Structures | Typedefs | Enumerations
common.h File Reference
#include <opentracing-c/config.h>
#include <time.h>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ opentracing_timestamp

Timestamp type to represent absolute time (should use system clock).

Enumeration Type Documentation

◆ opentracing_bool

Boolean type.