From: Jérémie Galarneau Date: Thu, 21 Feb 2019 16:18:24 +0000 (-0500) Subject: Create a consumer daemon trace chunk registry on launch X-Git-Tag: v2.12.0-rc1~574 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=28cc88f3d462587c4fe37497b728fdb7cbc73e97;hp=28cc88f3d462587c4fe37497b728fdb7cbc73e97;p=lttng-tools.git Create a consumer daemon trace chunk registry on launch A trace chunk registry is needed by the consumer daemon since there is no concrete representation of a tracing session object in those processes. The trace chunk registry allows the consumer daemon to match newly-created streams to their current trace chunk. This integration is performed in a follow-up commit. Signed-off-by: Jérémie Galarneau ---