X-Git-Url: https://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=include%2Fust%2Fmarker-internal.h;h=6a11e5633bb392298b8eab986faabb02b62dfc21;hp=6a71ebee6f4f61be116ff7c14469d51f814fec98;hb=b27f8e75a6e762ed01b889560431476516786d9f;hpb=fd0a1aea7b67696a87ffe70b8d3d8c15424f0bca diff --git a/include/ust/marker-internal.h b/include/ust/marker-internal.h index 6a71ebe..6a11e56 100644 --- a/include/ust/marker-internal.h +++ b/include/ust/marker-internal.h @@ -68,9 +68,6 @@ #define ust_marker_tp(name, tp_name, tp_cb, format, args...) \ __ust_marker_tp(ust, name, NULL, tp_name, tp_cb, format, ## args) -extern void lock_ust_marker(void); -extern void unlock_ust_marker(void); - extern void ust_marker_compact_event_ids(void); /* @@ -118,4 +115,7 @@ extern int is_ust_marker_enabled(const char *channel, const char *name); extern void ust_marker_set_new_ust_marker_cb(void (*cb)(struct ust_marker *)); extern void init_ust_marker(void); +void lock_ust_marker(void); +void unlock_ust_marker(void); + #endif /* _UST_MARKER_INTERNAL_H */