From: Mathieu Desnoyers Date: Wed, 11 Dec 2019 18:24:49 +0000 (-0500) Subject: relayd: Implement get_configuration relayd protocol command X-Git-Tag: v2.12.0-rc1~141 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=8614e600d7a8dc653c473254fc302870d73f32ae;hp=8614e600d7a8dc653c473254fc302870d73f32ae;p=lttng-tools.git relayd: Implement get_configuration relayd protocol command Introduce a "GET_CONFIGURATION" command to the relayd protocol. This allows checking whether the relay daemon allows the clear command or not. A 64-bit set of flags are returned, and it can be extended in the future with a variable length payload. Signed-off-by: Mathieu Desnoyers Change-Id: I33a03d09871f1c0c248d5514451c533ffd773979 Signed-off-by: Jérémie Galarneau ---