sessiond: Implement clear for sessions with local and remote output
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 81edd21c2d671e1e1c2cf78fc8cb2f4afe0ee8b3..ffe6c80cce7343daab512b3f66a31c2065abb0f5 100644 (file)
@@ -6366,7 +6366,7 @@ enum lttng_error_code ust_app_clear_session(struct ltt_session *session)
                                continue;
                        }
 
-                       /* Rotate the data channels. */
+                       /* Clear the data channels. */
                        cds_lfht_for_each_entry(ua_sess->channels->ht, &chan_iter.iter,
                                        ua_chan, node.node) {
                                ret = consumer_clear_channel(socket, ua_chan->key,
This page took 0.023824 seconds and 5 git commands to generate.