Fix flush buffer after wait quiescent
[lttng-tools.git] / lttng-sessiond / channel.h
index 656a1d5266cfa4fceff7ff2a7279eebc5494b795..04052f6d728592e91ffedd91a48dc355b3073456 100644 (file)
@@ -32,4 +32,11 @@ int channel_kernel_create(struct ltt_kernel_session *ksession,
 
 struct lttng_channel *channel_new_default_attr(int domain);
 
+int channel_ust_create(struct ltt_ust_session *usess, int domain,
+               struct lttng_channel *attr);
+int channel_ust_enable(struct ltt_ust_session *usess, int domain,
+               struct ltt_ust_channel *uchan);
+int channel_ust_disable(struct ltt_ust_session *usess, int domain,
+               struct ltt_ust_channel *uchan);
+
 #endif /* _LTT_CHANNEL_H */
This page took 0.023398 seconds and 4 git commands to generate.