Change UST header location and update in tree headers
[lttng-tools.git] / lttng-sessiond / context.h
index e97e9489a0d7afe8625e24104926cb600e4ae6d1..589b1e16eb0dded9240fee91ca9844b66e5ff812 100644 (file)
 #define _LTT_CONTEXT_H
 
 #include <lttng/lttng.h>
-#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST
-#include <ust/lttng-ust-abi.h>
-#else
-#include "lttng-ust-abi.h"
-#endif
-
 
 #include "trace-kernel.h"
 #include "trace-ust.h"
+#include "ust-ctl.h"
 
 int context_kernel_add(struct ltt_kernel_session *ksession,
                struct lttng_event_context *ctx, char *event_name, char *channel_name);
This page took 0.023385 seconds and 4 git commands to generate.