Fix bad channel handling on enable-event
[lttng-tools.git] / ltt-sessiond / channel.h
index 4c368e619feca560e4d2f0752f74b7e343811cc9..dfde7699435fa041e46400905ef3e28bb437cf4c 100644 (file)
@@ -39,4 +39,6 @@ int channel_ust_disable(struct ltt_ust_session *usession,
 int channel_ust_enable(struct ltt_ust_session *usession,
                struct ltt_ust_channel *uchan, int sock);
 
+struct lttng_channel *channel_new_default_attr(int domain);
+
 #endif /* _LTT_CHANNEL_H */
This page took 0.023153 seconds and 4 git commands to generate.