Add lttng-kernel header
[lttng-tools.git] / include / lttng / lttng.h
index e88e22b07f6861cbe73b9951f893774904866dd0..f4b368f1f5833c67573ffe9cbcbb566d17e1f11c 100644 (file)
@@ -20,6 +20,7 @@
 #define _LIBLTTNGCTL_H
 
 #include <limits.h>
+#include <stdint.h>
 #include <uuid/uuid.h>
 
 /* Default unix group name for tracing.
@@ -36,6 +37,8 @@
 /* UUID short string version length (including \0) */
 #define UUID_SHORT_STR_LEN 9
 
+typedef uint64_t u64;
+
 /* Trace type for lttng_trace.
  */
 enum lttng_trace_type {
This page took 0.022873 seconds and 4 git commands to generate.