X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Fclock.h;fp=liblttng-ust%2Fclock.h;h=203cce063d2595b12b84cbb7f18948d970fca712;hb=1d18d519668cd559dcafa1f18113edceb2418ed0;hp=824df431f408d881e85d98990e0b98337ed98bff;hpb=106ff4dab82c51bd7bf022220bf43f15fb04f8bc;p=lttng-ust.git diff --git a/liblttng-ust/clock.h b/liblttng-ust/clock.h index 824df431..203cce06 100644 --- a/liblttng-ust/clock.h +++ b/liblttng-ust/clock.h @@ -27,8 +27,8 @@ struct lttng_ust_trace_clock { const char *(*description)(void); }; -__attribute__((visibility("hidden"))) -extern struct lttng_ust_trace_clock *lttng_ust_trace_clock; +extern struct lttng_ust_trace_clock *lttng_ust_trace_clock + __attribute__((visibility("hidden"))); void lttng_ust_clock_init(void);