Remove gettid warning
[lttng-ust.git] / liblttng-ust / ltt-tracer.h
index 6ab80e7c118a7c94d58388eb14c3a1d6411d5def..e3593b18353e2175f83ec9312abcde4c2c1b9297 100644 (file)
 
 #include <stdarg.h>
 #include <stdint.h>
-#include <lttng/core.h>
-#include <lttng/compat.h>
 #include <lttng/ust-events.h>
 #include "ltt-tracer-core.h"
+#include "compat.h"
 
 /* Number of bytes to log with a read/write event */
 #define LTT_LOG_RW_SIZE                        32L
 #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)
This page took 0.024292 seconds and 4 git commands to generate.