Cleanup: relayd: centralize thread stopping function
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index 795389e9da3f34e55c6eae7fc7bffc46c4b09c80..674c2e29247c4f4d1ba3779bbefbcbadc72318f3 100644 (file)
@@ -85,14 +85,7 @@ struct ltt_ust_session {
        gid_t gid;
        /* Is the session active meaning has is been started or stopped. */
        unsigned int active:1;
-       /*
-        * Two consumer_output object are needed where one is for the current
-        * output object and the second one is the temporary object used to store
-        * URI being set by the lttng_set_consumer_uri call. Once
-        * lttng_enable_consumer is called, the two pointers are swapped.
-        */
        struct consumer_output *consumer;
-       struct consumer_output *tmp_consumer;
        /* Sequence number for filters so the tracer knows the ordering. */
        uint64_t filter_seq_num;
        /* This indicates which type of buffer this session is set for. */
This page took 0.024373 seconds and 4 git commands to generate.