X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcontext.h;h=e3047761b7d06251939183bcc3cb2c4b9fbae775;hp=83c3c83100cbb2786c49fd226ff3c9b4ff53d01e;hb=0c82ac624169ec9ec062f395e55abfe992d0fd91;hpb=d14d33bf091e72b23b1f90ea18a0a01bed098b76 diff --git a/src/bin/lttng-sessiond/context.h b/src/bin/lttng-sessiond/context.h index 83c3c8310..e3047761b 100644 --- a/src/bin/lttng-sessiond/context.h +++ b/src/bin/lttng-sessiond/context.h @@ -25,9 +25,8 @@ #include "ust-ctl.h" int context_kernel_add(struct ltt_kernel_session *ksession, - struct lttng_event_context *ctx, char *event_name, char *channel_name); + struct lttng_event_context *ctx, char *channel_name); int context_ust_add(struct ltt_ust_session *usess, int domain, - struct lttng_event_context *ctx, char *event_name, - char *channel_name); + struct lttng_event_context *ctx, char *channel_name); #endif /* _LTT_CONTEXT_H */