From: Mathieu Desnoyers Date: Mon, 25 Apr 2011 17:34:40 +0000 (-0400) Subject: Add MARK_NOARGS compatibility API, marked for deprecation. X-Git-Tag: v0.13~19 X-Git-Url: https://git.liburcu.org/?p=ust.git;a=commitdiff_plain;h=1790c2fe4e9817396b4c55acb30d1aef992b3c65 Add MARK_NOARGS compatibility API, marked for deprecation. Signed-off-by: Mathieu Desnoyers --- 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);