sessiond: registry_event: remove lttng_ht_node_u64 wrapper
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-event.hpp
index 08b18a5c7504da8cfa5c3efd10ac021f64a1d35f..340c6b455a5b515a70d51cc0ebd2b2ca977dc0f1 100644 (file)
@@ -53,7 +53,8 @@ public:
         * Node in the ust-registry hash table. The event name is used to
         * initialize the node and the event_name/signature for the match function.
         */
-       struct lttng_ht_node_u64 _node;
+       struct cds_lfht_node _node;
+       struct rcu_head _head;
 };
 
 void registry_event_destroy(registry_event *event);
This page took 0.023015 seconds and 4 git commands to generate.