src.ctf.fs: make ctf_fs_ds_group_medops symbol hidden
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 19 Nov 2019 18:48:03 +0000 (13:48 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 26 Nov 2019 19:24:17 +0000 (14:24 -0500)
Change-Id: I96c7f3aaf76c94337cd0efb1eb71b9cf76a1e5fa
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2411
Tested-by: jenkins <jenkins@lttng.org>
src/plugins/ctf/fs-src/data-stream-file.h

index 654e64f661ca057964d80f099bce1da16a0e3825..f033dab94f5931d18a71313d64ece928bfe2fd47 100644 (file)
@@ -126,6 +126,7 @@ extern struct ctf_msg_iter_medium_ops ctf_fs_ds_file_medops;
  * The data pointer when using these medops must be a pointer to a ctf_fs_ds
  * group_medops_data structure.
  */
+BT_HIDDEN
 extern struct ctf_msg_iter_medium_ops ctf_fs_ds_group_medops;
 
 BT_HIDDEN
This page took 0.026362 seconds and 4 git commands to generate.