X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2Fltt-tracer-core.h;h=fe2ecb9e455a4e9b39d4843d8a4b00745eaaa43e;hb=43861eabbb8d36a63e9b0d0cee5ed1193436d600;hp=c793682770f7f3df1ffdc4a747c35ee20bb29d63;hpb=1dbfff0c0126804b07e9c11ba2307f65a95a650b;p=lttng-ust.git diff --git a/libust/ltt-tracer-core.h b/libust/ltt-tracer-core.h index c7936827..fe2ecb9e 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 ust_lock(void); +void ust_unlock(void); + #endif /* _LTT_TRACER_CORE_H */