Refactoring: context structures
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 7953176335a6e0c4f9c30b2ec28d798fb790f5fd..3ed0f1989e788908efe73de9c356bcf46792e181 100644 (file)
@@ -379,7 +379,7 @@ static
 long lttng_abi_add_context(int objd,
        struct lttng_ust_abi_context *context_param,
        union lttng_ust_abi_args *uargs,
-       struct lttng_ctx **ctx, struct lttng_session *session)
+       struct lttng_ust_ctx **ctx, struct lttng_session *session)
 {
        return lttng_attach_context(context_param, uargs, ctx, session);
 }
This page took 0.023437 seconds and 4 git commands to generate.