Minor fixes to header files
[lttng-tools.git] / include / lttng-kernel.h
index 95f003f2df2391423dff548e6bc90f3ce25c41e0..394962054877f751a653050013a7b448e64a70b1 100644 (file)
@@ -21,7 +21,9 @@
 #ifndef _LTTNG_KERNEL_H
 #define _LTTNG_KERNEL_H
 
-#include "lttng-share.h"
+#include <stdint.h>
+
+#include <lttng-share.h>
 
 #define LTTNG_SYM_NAME_LEN  128
 
@@ -55,7 +57,7 @@ enum lttng_kernel_context_type {
 struct lttng_kernel_perf_counter_ctx {
        uint32_t type;
        uint64_t config;
-       char name[LTTNG_SYMBOL_NAME_LEN];
+       char name[LTTNG_SYM_NAME_LEN];
 };
 
 /* Event/Channel context */
This page took 0.023011 seconds and 4 git commands to generate.