Fix: liblttng-ctl comm: lttng_channel is not packed
[lttng-tools.git] / src / bin / lttng-sessiond / channel.h
index b4ff9f4fda0a2387c1b2dcde6c4f74b99977bbab..1b6e29bd758a77b0087de202cfa06f45cb7c861c 100644 (file)
@@ -31,4 +31,7 @@ int channel_ust_enable(struct ltt_ust_session *usess,
 int channel_ust_disable(struct ltt_ust_session *usess,
                struct ltt_ust_channel *uchan);
 
+struct lttng_channel *trace_ust_channel_to_lttng_channel(
+               const struct ltt_ust_channel *uchan);
+
 #endif /* _LTT_CHANNEL_H */
This page took 0.022325 seconds and 4 git commands to generate.