X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-ust.h;h=297037b200d35d40c6d349a440d73b8c9ea3342f;hb=601d5acf42ebdb05ff8aa19f12fd9bdad3602781;hp=f01f82d7dfdee36c9067a336b8e1c7a0e2352906;hpb=ce2a9e76964f3bd53abb652299e5b00f824172ff;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-ust.h b/src/bin/lttng-sessiond/trace-ust.h index f01f82d7d..297037b20 100644 --- a/src/bin/lttng-sessiond/trace-ust.h +++ b/src/bin/lttng-sessiond/trace-ust.h @@ -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