X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry-event.cpp;h=543da2f6670b36bf19088f0fc20a285ed7adf07e;hb=f139a4f9cdbea2b08d08b024ad0996fb5bebad41;hp=891e9e5b065d9ba26d5b0bac421eb96de08313fc;hpb=b60adc34d7bdb6f1a36a8ea45164942ab54e4bbe;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-registry-event.cpp b/src/bin/lttng-sessiond/ust-registry-event.cpp index 891e9e5b0..543da2f66 100644 --- a/src/bin/lttng-sessiond/ust-registry-event.cpp +++ b/src/bin/lttng-sessiond/ust-registry-event.cpp @@ -34,7 +34,8 @@ lsu::registry_event::registry_event(unsigned int in_id, signature{std::move(in_signature)}, _metadata_dumped{false} { - cds_lfht_node_init(&this->_node.node); + cds_lfht_node_init(&_node); + _head = {}; } /*