Cleanup: coding style
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index 57df175f283d9927ba08fd2841e0f4d980546eca..7d9beaaf92ca70ae0e48eb317f718ff759e93aee 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);
@@ -47,4 +48,8 @@ int lttng_get_notify_socket(void *owner);
 
 void lttng_ust_sockinfo_session_enabled(void *owner);
 
+void lttng_ust_malloc_wrapper_init(void);
+
+ssize_t lttng_ust_read(int fd, void *buf, size_t len);
+
 #endif /* _LTTNG_TRACER_CORE_H */
This page took 0.023109 seconds and 4 git commands to generate.