X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcontext.h;h=e3047761b7d06251939183bcc3cb2c4b9fbae775;hb=601d5acf42ebdb05ff8aa19f12fd9bdad3602781;hp=83c3c83100cbb2786c49fd226ff3c9b4ff53d01e;hpb=26b53d3b7ce1812a2ebc2c7153a50d35bba2a270;p=lttng-tools.git 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 */