relayd: add the sessiond_trace_chunk_registry interface
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 11 Mar 2019 21:25:45 +0000 (17:25 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 25 Jul 2019 19:45:26 +0000 (15:45 -0400)
commit0c1b0f77482b0d1856fefabc42978b82b5dd267c
treee52f2b311e51c161eb8878898e9eb3e28fee2718
parent71b4cdb4772eee93e11df518caeb5f8466156764
relayd: add the sessiond_trace_chunk_registry interface

The sessiond_trace_chunk_registry interface allows the relay
daemon to maintain an association between multiple consumer daemon
connections originating from the same session daemon and a common
trace chunk registry.

This trace chunk registry allows separate, but related, connections
to manipulate the same trace chunk.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/Makefile.am
src/bin/lttng-relayd/sessiond-trace-chunks.c [new file with mode: 0644]
src/bin/lttng-relayd/sessiond-trace-chunks.h [new file with mode: 0644]
This page took 0.024811 seconds and 4 git commands to generate.