Preliminary work for full UST support
[lttng-tools.git] / ltt-sessiond / context.h
index 872e77e7bbd67c40d631e848cddff0af5d85d74e..e97e9489a0d7afe8625e24104926cb600e4ae6d1 100644 (file)
@@ -32,6 +32,7 @@
 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 *ustsession,
-               struct lttng_event_context *ctx, char *event_name, char *channel_name);
+               struct lttng_event_context *ctx, char *event_name,
+               char *channel_name, int domain);
 
 #endif /* _LTT_CONTEXT_H */
This page took 0.022709 seconds and 4 git commands to generate.