Fix order of streams
[lttng-tools.git] / lttng-sessiond / trace-ust.h
index 35683ebce6b95970694da76d7d74de34be36a8e0..604024b18b00f7e56c4da266ef9ea518096c4307 100644 (file)
@@ -53,7 +53,8 @@ struct ltt_ust_stream {
        int handle;
        char pathname[PATH_MAX];
        struct lttng_ust_object_data *obj;
-       struct cds_lfht_node node;
+       /* Using a list of streams to keep order. */
+       struct cds_list_head list;
 };
 
 /* UST channel */
This page took 0.024187 seconds and 5 git commands to generate.