Hide symbols that shouldn't be part of the ABI
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-statedump.c
index a663487e3dd36762e9fe99ecbdaba639c4a23c75..fca97d3e420067604016a83884d7b3067910b42e 100644 (file)
@@ -63,7 +63,7 @@ struct lttng_ust_dl_node {
 
 #define UST_DL_STATE_HASH_BITS 8
 #define UST_DL_STATE_TABLE_SIZE        (1 << UST_DL_STATE_HASH_BITS)
-struct cds_hlist_head dl_state_table[UST_DL_STATE_TABLE_SIZE];
+static struct cds_hlist_head dl_state_table[UST_DL_STATE_TABLE_SIZE];
 
 typedef void (*tracepoint_cb)(struct lttng_ust_session *session, void *priv);
 
This page took 0.0228699999999999 seconds and 4 git commands to generate.