Version 2.5.7
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index f643a7e5023f85fcb8091b56930d7cfaa8d0f95a..4e0d2c69d70f2510811a80432e22ab2a43e79a3b 100644 (file)
@@ -34,7 +34,8 @@ struct lttng_session;
 struct lttng_channel;
 struct lttng_event;
 
-void ust_lock(void);
+int ust_lock(void) __attribute__ ((warn_unused_result));
+void ust_lock_nocheck(void);
 void ust_unlock(void);
 
 void lttng_fixup_event_tls(void);
@@ -45,4 +46,8 @@ const char *lttng_ust_obj_get_name(int id);
 
 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.022832 seconds and 4 git commands to generate.