Send domain with streams to the relay
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 7 Aug 2017 20:39:03 +0000 (16:39 -0400)
committerJulien Desfossez <jdesfossez@efficios.com>
Wed, 6 Sep 2017 17:59:58 +0000 (13:59 -0400)
commitccb5d350384349e7be8917b1b524789d8a44403c
treedf5b0ee8c0f51cb021a88c0e64f44b77a0eb9016
parent46a8d58523e725fb5156bf0cc79f03dc956b7afe
Send domain with streams to the relay

For session rotation, the relay needs to know if the session contains
kernel and/or ust channels, so we now send the domain with each stream
and store it in the relay_session.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
13 files changed:
src/bin/lttng-relayd/Makefile.am
src/bin/lttng-relayd/cmd-2-11.c [new file with mode: 0644]
src/bin/lttng-relayd/cmd-2-11.h [new file with mode: 0644]
src/bin/lttng-relayd/cmd.h
src/bin/lttng-relayd/main.c
src/bin/lttng-relayd/session.h
src/common/consumer/consumer.c
src/common/consumer/consumer.h
src/common/kernel-consumer/kernel-consumer.c
src/common/relayd/relayd.c
src/common/relayd/relayd.h
src/common/sessiond-comm/relayd.h
src/common/ust-consumer/ust-consumer.c
This page took 0.028839 seconds and 5 git commands to generate.