Fix: ask new streams HUP
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index db91b2ed24cd57191e92a32376f0bc94e6b47482..d7763f65669be3c1e662e24416f846d5b43825c3 100644 (file)
@@ -100,14 +100,7 @@ struct ltt_kernel_session {
        /* UID/GID of the user owning the session */
        uid_t uid;
        gid_t gid;
-       /*
-        * Two consumer_output object are needed where one is needed 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;
        /* Tracing session id */
        uint64_t id;
        /* Session is active or not meaning it has been started or stopped. */
This page took 0.023322 seconds and 4 git commands to generate.