From 79f3848bb8124bfa476effa461d230cb9f54c7a2 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 12 Feb 2014 17:00:58 -0500 Subject: [PATCH] Cleanup: add lttng_ust_malloc_wrapper_init prototype to header Ensure the weak symbol prototype matches the non-weak function. Signed-off-by: Mathieu Desnoyers --- liblttng-ust/lttng-tracer-core.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liblttng-ust/lttng-tracer-core.h b/liblttng-ust/lttng-tracer-core.h index f7e61f05..4e0d2c69 100644 --- a/liblttng-ust/lttng-tracer-core.h +++ b/liblttng-ust/lttng-tracer-core.h @@ -48,4 +48,6 @@ int lttng_get_notify_socket(void *owner); void lttng_ust_sockinfo_session_enabled(void *owner); +void lttng_ust_malloc_wrapper_init(void); + #endif /* _LTTNG_TRACER_CORE_H */ -- 2.34.1