X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng-kernel.h;h=394962054877f751a653050013a7b448e64a70b1;hb=bd1c8ff6e5f8850bc3e57a02c1368501144d9960;hp=95f003f2df2391423dff548e6bc90f3ce25c41e0;hpb=d0254c7c0bb43c62abafdf866b16de0da1ad4d5d;p=lttng-tools.git diff --git a/include/lttng-kernel.h b/include/lttng-kernel.h index 95f003f2d..394962054 100644 --- a/include/lttng-kernel.h +++ b/include/lttng-kernel.h @@ -21,7 +21,9 @@ #ifndef _LTTNG_KERNEL_H #define _LTTNG_KERNEL_H -#include "lttng-share.h" +#include + +#include #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 */