From: Mathieu Desnoyers Date: Mon, 9 Dec 2019 15:14:27 +0000 (-0500) Subject: sessiond-comm: Document feature branch specific commands range X-Git-Tag: v2.12.0-rc1~146 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3fe73a46ff32e8458c410daf1307503b7becf75e;ds=sidebyside sessiond-comm: Document feature branch specific commands range Reserve a range of numbers for customer feature branches. It is never meant to be used in the master branch. Signed-off-by: Mathieu Desnoyers Change-Id: Ib15ffe281c8e040231559e48b76343e67a625f4b Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/sessiond-comm/sessiond-comm.h b/src/common/sessiond-comm/sessiond-comm.h index cbb79821d..91ae741e9 100644 --- a/src/common/sessiond-comm/sessiond-comm.h +++ b/src/common/sessiond-comm/sessiond-comm.h @@ -140,6 +140,8 @@ enum lttcomm_relayd_command { RELAYD_CLOSE_TRACE_CHUNK = 20, /* Ask the relay whether a trace chunk exists (2.11+) */ RELAYD_TRACE_CHUNK_EXISTS = 21, + + /* Feature branch specific commands start at 10000. */ }; /*