X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry-event.hpp;h=340c6b455a5b515a70d51cc0ebd2b2ca977dc0f1;hb=f139a4f9cdbea2b08d08b024ad0996fb5bebad41;hp=08b18a5c7504da8cfa5c3efd10ac021f64a1d35f;hpb=b60adc34d7bdb6f1a36a8ea45164942ab54e4bbe;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-registry-event.hpp b/src/bin/lttng-sessiond/ust-registry-event.hpp index 08b18a5c7..340c6b455 100644 --- a/src/bin/lttng-sessiond/ust-registry-event.hpp +++ b/src/bin/lttng-sessiond/ust-registry-event.hpp @@ -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);