Add filter sequence number to UST
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index f01f82d7dfdee36c9067a336b8e1c7a0e2352906..b0a65cf191c5b9624d24e354b98d900c373ef7fe 100644 (file)
@@ -124,6 +124,8 @@ struct ltt_ust_session {
         */
        struct consumer_output *consumer;
        struct consumer_output *tmp_consumer;
         */
        struct consumer_output *consumer;
        struct consumer_output *tmp_consumer;
+       /* Sequence number for filters so the tracer knows the ordering. */
+       uint64_t filter_seq_num;
 };
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
 };
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
This page took 0.02266 seconds and 4 git commands to generate.