From c84305ff874d7c3226b47cc88dccf7fbac2f0a52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 31 Mar 2021 23:38:07 -0400 Subject: [PATCH] common: document why spawn_viewer() is public MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I09574ebd82bb583db5a7acec2b8f129a7dcd36fc --- src/common/spawn-viewer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/spawn-viewer.h b/src/common/spawn-viewer.h index 578924682..409c60ec8 100644 --- a/src/common/spawn-viewer.h +++ b/src/common/spawn-viewer.h @@ -16,6 +16,9 @@ * On success, this function doesn't return. * Returns -1 if the `opt_viewer` string or the default trace viewer can't be * `exec()`. + * + * This symbol was mistakenly made public before the 2.12 release. It can't + * be removed (but it can be stubbed-out if necessary). */ int spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode); -- 2.34.1