Cleanup: remove old comments
[lttng-ust.git] / 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.023954 seconds and 4 git commands to generate.