X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Fltt-tracer.h;h=e3593b18353e2175f83ec9312abcde4c2c1b9297;hb=bf5ff35ed0a3a7f60e92d654a5b97e73b94da852;hp=6ab80e7c118a7c94d58388eb14c3a1d6411d5def;hpb=69400ac4a4e6575f749c6326df7c2a2c8ac3bdc5;p=lttng-ust.git diff --git a/liblttng-ust/ltt-tracer.h b/liblttng-ust/ltt-tracer.h index 6ab80e7c..e3593b18 100644 --- a/liblttng-ust/ltt-tracer.h +++ b/liblttng-ust/ltt-tracer.h @@ -25,10 +25,9 @@ #include #include -#include -#include #include #include "ltt-tracer-core.h" +#include "compat.h" /* Number of bytes to log with a read/write event */ #define LTT_LOG_RW_SIZE 32L @@ -42,10 +41,6 @@ #define CTF_SPEC_MAJOR 1 #define CTF_SPEC_MINOR 8 -/* Tracer major/minor versions */ -#define CTF_VERSION_MAJOR 0 -#define CTF_VERSION_MINOR 1 - /* * Number of milliseconds to retry before failing metadata writes on buffer full * condition. (10 seconds)