]> git.lttng.org Git - lttng-tools.git/commitdiff
config-session-abi: remove erroneously exported domain name symbol
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 28 Jan 2025 19:42:03 +0000 (19:42 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 28 Jan 2025 19:42:26 +0000 (19:42 +0000)
This symbol has not been exported in a released version yet. It can
be safely removed.

Change-Id: I20c98253d6edd403640fd9fc4215baa4362cd9e6
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/config/config-session-abi.hpp
src/lib/lttng-ctl/liblttng-ctl.sym

index a7bf2759b3f37bd749e6d44d6e15581cb8e260b6..70625c1748622a8efe02073ca1fe69e23acd4857 100644 (file)
@@ -103,7 +103,7 @@ LTTNG_EXPORT extern const char *const config_domain_type_kernel;
 LTTNG_EXPORT extern const char *const config_domain_type_ust;
 LTTNG_EXPORT extern const char *const config_domain_type_jul;
 LTTNG_EXPORT extern const char *const config_domain_type_log4j;
-LTTNG_EXPORT extern const char *const config_domain_type_log4j2;
+extern const char *const config_domain_type_log4j2;
 LTTNG_EXPORT extern const char *const config_domain_type_python;
 
 LTTNG_EXPORT extern const char *const config_buffer_type_per_pid;
index cedcfe16e4c32c49c4ea32e3d57909d298b31e4a..1f37c229590d78324c1fd5539bd702dd085d390c 100644 (file)
@@ -7,7 +7,6 @@ config_buffer_type_per_uid
 config_domain_type_jul
 config_domain_type_kernel
 config_domain_type_log4j
-config_domain_type_log4j2
 config_domain_type_python
 config_domain_type_ust
 config_element_address
This page took 0.030467 seconds and 4 git commands to generate.