X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-registry.hpp;h=39afe90cef224c397a935deb83b72757a94f2145;hp=3bf439f238174e9770d7d2faf31cde2664be4995;hb=0d19be9d7e89fa4ff548592edd6d00a723070ced;hpb=8957eb485bb4d777f075109f6c658b842352aa68 diff --git a/src/bin/lttng-sessiond/ust-registry.hpp b/src/bin/lttng-sessiond/ust-registry.hpp index 3bf439f23..39afe90ce 100644 --- a/src/bin/lttng-sessiond/ust-registry.hpp +++ b/src/bin/lttng-sessiond/ust-registry.hpp @@ -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. */