Pass the Java app context information using two separate arrays
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index f2e95674b2373b2dd8ed7bb194c64e9ad37c57f8..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);
@@ -43,4 +44,12 @@ void lttng_fixup_procname_tls(void);
 
 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);
+
+ssize_t lttng_ust_read(int fd, void *buf, size_t len);
+
 #endif /* _LTTNG_TRACER_CORE_H */
This page took 0.023892 seconds and 5 git commands to generate.