Define ltt_transport_list as static
[lttng-ust.git] / liblttng-ust / ust-core.c
index 67e016007dd8bbb540d874b639f19738f7c6ef13..80bd42b0bb4e57261fc5b56929cf8e53dbcf674c 100644 (file)
@@ -22,7 +22,7 @@
 #include <lttng/ust-events.h>
 #include <stdlib.h>
 
-CDS_LIST_HEAD(ltt_transport_list);
+static CDS_LIST_HEAD(ltt_transport_list);
 
 void init_usterr(void)
 {
This page took 0.023309 seconds and 4 git commands to generate.