Fix: split UST per UID/PID default values
[lttng-tools.git] / src / bin / lttng-sessiond / channel.h
index 7fbbb4c154fbc4a3da25f5884022dd75e86f704a..15cabea743f2e8e7b0c46427834c8134740b53ef 100644 (file)
@@ -30,7 +30,8 @@ int channel_kernel_enable(struct ltt_kernel_session *ksession,
 int channel_kernel_create(struct ltt_kernel_session *ksession,
                struct lttng_channel *chan, int kernel_pipe);
 
-struct lttng_channel *channel_new_default_attr(int domain);
+struct lttng_channel *channel_new_default_attr(int domain,
+               enum lttng_buffer_type type);
 
 int channel_ust_create(struct ltt_ust_session *usess,
                struct lttng_channel *attr, enum lttng_buffer_type type);
This page took 0.0228660000000001 seconds and 4 git commands to generate.