Hide symbols that shouldn't be part of the ABI
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-comm.c
index 442ca892c3b13dd10c7cb5e8447cf53677b00445..dc1b6e37bf8bc2af3bb873283a2b7c251a49dc2b 100644 (file)
@@ -264,7 +264,7 @@ struct sock_info {
 };
 
 /* Socket from app (connect) to session daemon (listen) for communication */
-struct sock_info global_apps = {
+static struct sock_info global_apps = {
        .name = "global",
        .global = 1,
 
@@ -286,7 +286,7 @@ struct sock_info global_apps = {
 
 /* TODO: allow global_apps_sock_path override */
 
-struct sock_info local_apps = {
+static struct sock_info local_apps = {
        .name = "local",
        .global = 0,
        .root_handle = -1,
This page took 0.022606 seconds and 4 git commands to generate.