Create a consumer daemon trace chunk registry on launch
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 21 Feb 2019 16:18:24 +0000 (11:18 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:13 +0000 (16:39 -0400)
commita335e585966bda8c17b442eab3f0792220821b8f
treed3871fe6e76051628493041932ebcd9a1411f596
parent1545fd17478b6ebbfe03df99ef5bc91bb117227f
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 <jeremie.galarneau@efficios.com>
src/common/consumer/consumer.c
src/common/consumer/consumer.h
This page took 0.024719 seconds and 4 git commands to generate.