X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-ust.h;h=ab8fbe10576f7a1bb8951627cbe6682f38e8a445;hb=030a66fa43d2f6666afa9e4a90ca755eb5670555;hp=4004f9af2c5d3573a4de417b9cd7b6bbf5191c57;hpb=37a86c61f06aa7eeba59374e4404f1b64c7c709c;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-ust.h b/src/bin/lttng-sessiond/trace-ust.h index 4004f9af2..ab8fbe105 100644 --- a/src/bin/lttng-sessiond/trace-ust.h +++ b/src/bin/lttng-sessiond/trace-ust.h @@ -35,12 +35,6 @@ struct ltt_ust_ht_key { enum lttng_ust_loglevel_type loglevel; }; -/* UST Stream list */ -struct ltt_ust_stream_list { - unsigned int count; - struct cds_list_head head; -}; - /* Context hash table nodes */ struct ltt_ust_context { struct lttng_ust_context ctx; @@ -55,17 +49,6 @@ struct ltt_ust_event { struct lttng_ust_filter_bytecode *filter; }; -/* UST stream */ -struct ltt_ust_stream { - int handle; - char pathname[PATH_MAX]; - /* Format is %s_%d respectively channel name and CPU number. */ - char name[DEFAULT_STREAM_NAME_LEN]; - struct lttng_ust_object_data *obj; - /* Using a list of streams to keep order. */ - struct cds_list_head list; -}; - /* UST channel */ struct ltt_ust_channel { unsigned int enabled;