sessiond: ust: remove unused `is_sent` attribute of ust_app_channel
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.hpp
index 7206666babe7f8fda0ee270d0a5c4e32c624079d..48dc7b64ef5557df6930ed944ce6fb939491141f 100644 (file)
@@ -144,8 +144,6 @@ struct ust_app_stream {
 struct ust_app_channel {
        int enabled;
        int handle;
-       /* Channel and streams were sent to the UST tracer. */
-       int is_sent;
        /*
         * Unique key used to identify the channel on the consumer side.
         * 0 is a reserved 'invalid' value used to indicate that the consumer
This page took 0.022487 seconds and 4 git commands to generate.