Fix variable declaration of the clock source v2
[ust.git] / libust / tracectl.c
index 4f016bb08215ae43844adf50f1c651d50716b489..b73fa7cdf88f05fa106dc8ba01b5b6f9cfa9ce19 100644 (file)
@@ -74,6 +74,8 @@ static struct cds_list_head ust_socks = CDS_LIST_HEAD_INIT(ust_socks);
 /* volatile because shared between the listener and the main thread */
 int buffers_to_export = 0;
 
+int ust_clock_source;
+
 static long long make_pidunique(void)
 {
        s64 retval;
This page took 0.023366 seconds and 4 git commands to generate.