X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Ftracectl.c;h=b73fa7cdf88f05fa106dc8ba01b5b6f9cfa9ce19;hb=08b070db024044d21779c63f721673e06032eff8;hp=4f016bb08215ae43844adf50f1c651d50716b489;hpb=f1ea986a95b7d60e436d04ff792c4a1be8d5b9d4;p=ust.git diff --git a/libust/tracectl.c b/libust/tracectl.c index 4f016bb..b73fa7c 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -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;