Cleanup: add lttng_ust_malloc_wrapper_init prototype to header
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 Feb 2014 22:00:58 +0000 (17:00 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 Feb 2014 22:00:58 +0000 (17:00 -0500)
Ensure the weak symbol prototype matches the non-weak function.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-tracer-core.h

index f7e61f05f7414b55424c07994986790b4d86b5ab..4e0d2c69d70f2510811a80432e22ab2a43e79a3b 100644 (file)
@@ -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 */
This page took 0.024295 seconds and 4 git commands to generate.