Fix variable declaration of the clock source v2
[ust.git] / include / ust / clock.h
index ac0a2d5a9e1453460f4225f968d0496d059c3633..04785fc34e7bf1154fa725129db3a0af20ba5668 100644 (file)
@@ -49,7 +49,7 @@ union lttng_timespec {
 };
 #endif /* __i386__ || __x86_64__ */
 
-static int ust_clock_source;
+extern int ust_clock_source;
 
 /* Choosing correct trace clock */
 #if __PPC__
This page took 0.023884 seconds and 4 git commands to generate.