Refactoring: type description structures
[lttng-modules.git] / src / lttng-abi.c
index a78205c4159392bf5b69d2aa87428dacfc8d8fff..13d737d95679a57636d26f7b6e5c7bf2efa043b3 100644 (file)
@@ -42,6 +42,7 @@
 #include <lttng/abi.h>
 #include <lttng/abi-old.h>
 #include <lttng/events.h>
+#include <lttng/events-internal.h>
 #include <lttng/tracer.h>
 #include <lttng/tp-mempool.h>
 #include <ringbuffer/frontend_types.h>
@@ -257,7 +258,7 @@ void lttng_abi_tracer_abi_version(struct lttng_kernel_tracer_abi_version *v)
 static
 long lttng_abi_add_context(struct file *file,
        struct lttng_kernel_context *context_param,
-       struct lttng_ctx **ctx, struct lttng_session *session)
+       struct lttng_kernel_ctx **ctx, struct lttng_session *session)
 {
 
        if (session->been_active)
This page took 0.024614 seconds and 4 git commands to generate.