X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Fltt-tracer-core.h;h=fe2ecb9e455a4e9b39d4843d8a4b00745eaaa43e;hb=17dfb34b2e6613f3a6d2f084e2d78fe3c301ad98;hp=1a329780f7875e6105df70b3cf88733640849633;hpb=4dac85d27a1f1b380c1aa95f75d8722398feee80;p=lttng-ust.git diff --git a/libust/ltt-tracer-core.h b/libust/ltt-tracer-core.h index 1a329780..fe2ecb9e 100644 --- a/libust/ltt-tracer-core.h +++ b/libust/ltt-tracer-core.h @@ -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 */