X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Fltt-tracer-core.h;h=1a329780f7875e6105df70b3cf88733640849633;hb=8165c8da23fb8a3395d7e829f3d5734e18dd7db9;hp=c793682770f7f3df1ffdc4a747c35ee20bb29d63;hpb=83610856fc8fea9e25911b0ca9345970cc39ff17;p=lttng-ust.git diff --git a/libust/ltt-tracer-core.h b/libust/ltt-tracer-core.h index c7936827..1a329780 100644 --- a/libust/ltt-tracer-core.h +++ b/libust/ltt-tracer-core.h @@ -34,4 +34,7 @@ struct ltt_session; struct ltt_channel; struct ltt_event; +void lock_ust(void); +void unlock_ust(void); + #endif /* _LTT_TRACER_CORE_H */