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, 5 Sep 2019 20:39:13 +0000 (16:39 -0400)
commit19facdca0f7dd7961e254adda733df011b03dc74
tree5aca9704acc5002ef1a509d706e7a1519ed053b9
parent6be2824221cafb6b81c9b2d2d40227398fb90204
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.028298 seconds and 4 git commands to generate.