From: Jérémie Galarneau Date: Tue, 6 Mar 2018 16:33:19 +0000 (-0500) Subject: Clean-up: relayd send_command() helper is not const-correct X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=76b9afaa436496319456775d7ba7f20eeac09d5d;hp=76b9afaa436496319456775d7ba7f20eeac09d5d;p=lttng-tools.git Clean-up: relayd send_command() helper is not const-correct The payload sent to the relayd as part of a command is not expected to be modified when it is sent. This commit makes the data parameter 'const' to enforce this assumption. Signed-off-by: Jérémie Galarneau ---