X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcontext.h;h=01b35167e484b11ebe3a104d65a1e24828fe24b5;hb=4ce7709ba8d755049c81b5e112bce90129c0ea5a;hp=e3047761b7d06251939183bcc3cb2c4b9fbae775;hpb=2001793c1141e89b34e70efb28b27ec0cc8e6d47;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/context.h b/src/bin/lttng-sessiond/context.h index e3047761b..01b35167e 100644 --- a/src/bin/lttng-sessiond/context.h +++ b/src/bin/lttng-sessiond/context.h @@ -26,7 +26,8 @@ int context_kernel_add(struct ltt_kernel_session *ksession, 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 *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 */