Cleanup: remove old comments
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 22 Mar 2021 13:45:21 +0000 (09:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 22 Mar 2021 13:45:21 +0000 (09:45 -0400)
Those comments are not useful for internal structures.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I5341e686e20f164333166b008dd9d446c3e6dea3

liblttng-ust/ust-events-internal.h

index 65023b3f8820de423d2c656fbd0393f2d242403a..53c76d57c2d9d44f41086e2f7d7e46e6fb39a641 100644 (file)
@@ -322,17 +322,14 @@ struct lttng_ust_session_private {
        struct cds_list_head events_head;       /* list of events */
        struct cds_list_head node;              /* Session list */
 
-       /* New UST 2.1 */
        /* List of enablers */
        struct cds_list_head enablers_head;
        struct lttng_ust_event_ht events_ht;    /* ht of events */
        void *owner;                            /* object owner */
        int tstate:1;                           /* Transient enable state */
 
-       /* New UST 2.4 */
        int statedump_pending:1;
 
-       /* New UST 2.8 */
        struct lttng_ust_enum_ht enums_ht;      /* ht of enumerations */
        struct cds_list_head enums_head;
        struct lttng_ust_ctx *ctx;                      /* contexts for filters. */
This page took 0.02586 seconds and 4 git commands to generate.