From: Mathieu Desnoyers Date: Mon, 23 May 2016 16:06:33 +0000 (-0400) Subject: Fix: tracepoint header: declare tracepoint_dlopen_ptr X-Git-Tag: v2.7.5~23 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=1b5274d2937d25b177ae35c6b6d2df3399011f96;hp=490346239d3df64bd3cda9ad88714b578d55412a;p=lttng-ust.git Fix: tracepoint header: declare tracepoint_dlopen_ptr Signed-off-by: Mathieu Desnoyers --- diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index 95a045ed..0bb5d613 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -226,6 +226,7 @@ struct lttng_ust_tracepoint_dlopen { }; extern struct lttng_ust_tracepoint_dlopen tracepoint_dlopen; +extern struct lttng_ust_tracepoint_dlopen *tracepoint_dlopen_ptr; #if defined(TRACEPOINT_DEFINE) || defined(TRACEPOINT_CREATE_PROBES)