X-Git-Url: http://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=include%2Fust%2Fmarker.h;h=009548fb533ecf5f1da5732dc8b6280af16e56b1;hp=2c34bd7b12979b16e0048801b38ace7a7be0b16f;hb=7a05c99d86cae6ab93f9122125f632ba9063f498;hpb=5dac4513e7090e192faee98abf98634207e45d9d diff --git a/include/ust/marker.h b/include/ust/marker.h index 2c34bd7..009548f 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -353,6 +353,12 @@ extern int ust_marker_unregister_lib(struct ust_marker * const *ust_marker_start ust_marker_unregister_lib(__start___ust_marker_ptrs); \ } +/* + * MARKER_LIB is kept for backward compatibility and will be + * *DEPRECATED*. Use UST_MARKER_LIB instead. + */ +#define MARKER_LIB UST_MARKER_LIB + extern void ust_marker_set_new_ust_marker_cb(void (*cb)(struct ust_marker *)); extern void init_ust_marker(void);