Fix: liblttng-ctl: config and mi strings inadvertantly exported
[lttng-tools.git] / src / common / config / session-config.c
index 40019514bdb27021d63fb1ad563c2e3abe43c7e8..b1fa992fe0f65c02f922ea99d4d6d3c632d23b1c 100644 (file)
@@ -177,7 +177,7 @@ const char * const config_loglevel_type_single = "SINGLE";
 const char * const config_event_type_all = "ALL";
 const char * const config_event_type_tracepoint = "TRACEPOINT";
 const char * const config_event_type_probe = "PROBE";
-const char * const config_event_type_userspace_probe = "USERSPACE_PROBE";
+LTTNG_HIDDEN const char * const config_event_type_userspace_probe = "USERSPACE_PROBE";
 const char * const config_event_type_function = "FUNCTION";
 const char * const config_event_type_function_entry = "FUNCTION_ENTRY";
 const char * const config_event_type_noop = "NOOP";
This page took 0.024787 seconds and 5 git commands to generate.