From: Jérémie Galarneau Date: Tue, 12 Mar 2019 21:20:34 +0000 (-0400) Subject: relayd: create sessiond trace chunk registry on session creation X-Git-Tag: v2.12.0-rc1~542 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=23c8ff5013f1e8c132cab7845ca608dbed4fca7f;hp=23c8ff5013f1e8c132cab7845ca608dbed4fca7f;p=lttng-tools.git relayd: create sessiond trace chunk registry on session creation Use the sessiond_trace_chunk_registry_session_created() and sessiond_trace_chunk_registry_session_destroyed() to allow the sessiond trace chunk registry the ability to manage trace chunk registries associated with the various session daemons from which the consumer daemon connections originate. These notifiers effectively manipulate the reference count (and create/destroy, as needed) of the lttng_trace_chunk_registry associated with each session daemon (using their UUID). Signed-off-by: Jérémie Galarneau ---