]> git.lttng.org Git - lttng-tools.git/commitdiff
sessiond: document the types contained by the ust_app_channel HTs
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Dec 2024 19:56:02 +0000 (19:56 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Dec 2024 19:56:02 +0000 (19:56 +0000)
Change-Id: I6b694da52ac35eeb046b9e33b143ecb01b42baf5
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.hpp

index a06debd80a0b8328fa95b1a1813da99b1e70ec07..cad2a380628f3f474776e83ec29ff5b7ab69d43f 100644 (file)
@@ -173,13 +173,9 @@ struct ust_app_channel {
        struct ust_app_stream_list streams;
        /* Session pointer that owns this object. */
        struct ust_app_session *session;
-       /*
-        * Contexts are kept in a hash table for fast lookup and in an ordered list
-        * so we are able to enable them on the tracer side in the same order the
-        * user added them.
-        */
+       /* Hashtable of ust_app_ctx instances. */
        struct lttng_ht *ctx;
-
+       /* Hashtable of ust_app_event instances. */
        struct lttng_ht *events;
        uint64_t tracefile_size;
        uint64_t tracefile_count;
This page took 0.03008 seconds and 4 git commands to generate.