X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcontext.h;h=59faf86ccc78cd1cf7b340fb65f0929290c2eeb6;hp=01b35167e484b11ebe3a104d65a1e24828fe24b5;hb=1f4962443;hpb=4ce7709ba8d755049c81b5e112bce90129c0ea5a diff --git a/src/bin/lttng-sessiond/context.h b/src/bin/lttng-sessiond/context.h index 01b35167e..59faf86cc 100644 --- a/src/bin/lttng-sessiond/context.h +++ b/src/bin/lttng-sessiond/context.h @@ -22,12 +22,13 @@ #include "trace-kernel.h" #include "trace-ust.h" -#include "ust-ctl.h" +#include "lttng-ust-ctl.h" int context_kernel_add(struct ltt_kernel_session *ksession, - struct lttng_event_context *ctx, char *channel_name); + const struct lttng_event_context *ctx, char *channel_name); int context_ust_add(struct ltt_ust_session *usess, - enum lttng_domain_type domain, struct lttng_event_context *ctx, + enum lttng_domain_type domain, + const struct lttng_event_context *ctx, char *channel_name); #endif /* _LTT_CONTEXT_H */