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