From: Mathieu Desnoyers Date: Wed, 12 Feb 2014 22:00:58 +0000 (-0500) Subject: Cleanup: add lttng_ust_malloc_wrapper_init prototype to header X-Git-Tag: v2.4.0-rc4~3 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=79f3848bb8124bfa476effa461d230cb9f54c7a2 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 --- 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 */