common: document why spawn_viewer() is public
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Apr 2021 03:38:07 +0000 (23:38 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Apr 2021 03:38:07 +0000 (23:38 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I09574ebd82bb583db5a7acec2b8f129a7dcd36fc

src/common/spawn-viewer.h

index 5789246821202bcff529f2288f81ab88a1b82c78..409c60ec86067fe023527c9c0942d314573fbb3a 100644 (file)
@@ -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);
 
This page took 0.025184 seconds and 4 git commands to generate.