Adding context to an event is no longer possible
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index f01f82d7dfdee36c9067a336b8e1c7a0e2352906..297037b200d35d40c6d349a440d73b8c9ea3342f 100644 (file)
@@ -45,7 +45,6 @@ struct ltt_ust_context {
 struct ltt_ust_event {
        unsigned int enabled;
        struct lttng_ust_event attr;
-       struct lttng_ht *ctx;
        struct lttng_ht_node_str node;
        struct lttng_ust_filter_bytecode *filter;
 };
@@ -124,6 +123,8 @@ struct ltt_ust_session {
         */
        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
This page took 0.027703 seconds and 5 git commands to generate.