X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint.h;h=1adb149db3994a5dcd40840126bfdef22868cb2b;hb=a334646a99520fdcf81e1460a839cae5c6d06f2c;hp=2942c175e7cf0580ecf39edd99b78a1eb47d9c9c;hpb=943be3a0046d008e90ecf503be582540a463091d;p=lttng-ust.git diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index 2942c175..1adb149d 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -190,7 +190,7 @@ static void __attribute__((constructor)) __tracepoints__init(void) if (__tracepoint_registered++) return; - liblttngust_handle = dlopen("liblttng-ust.so", RTLD_NOW | RTLD_GLOBAL); + liblttngust_handle = dlopen("liblttng-ust.so.0", RTLD_NOW | RTLD_GLOBAL); if (!liblttngust_handle) return; tracepoint_register_lib =