X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcontext.h;h=01b35167e484b11ebe3a104d65a1e24828fe24b5;hp=83c3c83100cbb2786c49fd226ff3c9b4ff53d01e;hb=e6142f2e647e83238b1e399b1264e8adb05409f9;hpb=d14d33bf091e72b23b1f90ea18a0a01bed098b76 diff --git a/src/bin/lttng-sessiond/context.h b/src/bin/lttng-sessiond/context.h index 83c3c8310..01b35167e 100644 --- a/src/bin/lttng-sessiond/context.h +++ b/src/bin/lttng-sessiond/context.h @@ -25,9 +25,9 @@ #include "ust-ctl.h" int context_kernel_add(struct ltt_kernel_session *ksession, - struct lttng_event_context *ctx, char *event_name, char *channel_name); -int context_ust_add(struct ltt_ust_session *usess, int domain, - struct lttng_event_context *ctx, char *event_name, + 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, char *channel_name); #endif /* _LTT_CONTEXT_H */