Centralize locking with ust_lock, fork handling
[lttng-ust.git] / libust / ltt-tracer-core.h
index c793682770f7f3df1ffdc4a747c35ee20bb29d63..fe2ecb9e455a4e9b39d4843d8a4b00745eaaa43e 100644 (file)
@@ -34,4 +34,7 @@ struct ltt_session;
 struct ltt_channel;
 struct ltt_event;
 
+void ust_lock(void);
+void ust_unlock(void);
+
 #endif /* _LTT_TRACER_CORE_H */
This page took 0.024242 seconds and 4 git commands to generate.