From 3fe73a46ff32e8458c410daf1307503b7becf75e Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 9 Dec 2019 10:14:27 -0500 Subject: [PATCH] sessiond-comm: Document feature branch specific commands range MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/common/sessiond-comm/sessiond-comm.h | 2 ++ 1 file changed, 2 insertions(+) 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. */ }; /* -- 2.34.1