From 1790c2fe4e9817396b4c55acb30d1aef992b3c65 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 25 Apr 2011 13:34:40 -0400 Subject: [PATCH] Add MARK_NOARGS compatibility API, marked for deprecation. Signed-off-by: Mathieu Desnoyers --- include/ust/marker.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/ust/marker.h b/include/ust/marker.h index 481bc79..928eb4f7 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -237,6 +237,12 @@ extern void ust_marker_update_probe_range(struct ust_marker * const *begin, */ #define UST_MARKER_NOARGS " " +/** + * MARKER_NOARGS - Compatibility API. Will be *DEPRECATED*. Use + * UST_MARKER_NOARGS instead. + */ +#define MARK_NOARGS UST_MARKER_NOARGS + extern void lock_ust_marker(void); extern void unlock_ust_marker(void); -- 2.34.1