lttng-sessiond: rename ust_registry_channel::ht to events
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.hpp
index 3bf439f238174e9770d7d2faf31cde2664be4995..39afe90cef224c397a935deb83b72757a94f2145 100644 (file)
@@ -146,7 +146,7 @@ struct ust_registry_channel {
         * Hash table containing events sent by the UST tracer. MUST be accessed
         * with a RCU read side lock acquired.
         */
-       struct lttng_ht *ht;
+       struct lttng_ht *events;
        /* Next event ID available for a newly registered event. */
        uint32_t next_event_id;
        /* Once this value reaches UINT32_MAX, no more id can be allocated. */
This page took 0.022491 seconds and 4 git commands to generate.