Add MARK_NOARGS compatibility API, marked for deprecation.
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 25 Apr 2011 17:34:40 +0000 (13:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 25 Apr 2011 17:34:40 +0000 (13:34 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/marker.h

index 481bc79b0f42e7295ef6c284498f6123db76b8bd..928eb4f76f2e5ab1235e1649fda9ddc5d08db911 100644 (file)
@@ -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);
 
This page took 0.02436 seconds and 4 git commands to generate.