X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracer.h;h=cc5f93e4f7bb31cd6ee9a08f4c874d3ac73af80b;hb=dc325c1d762bbbdc1866e590f4649078f8600664;hp=4b12be184481cc5501622e2bbc97f2cf4a31a8c4;hpb=3b8bedd809f1a5b56da5fc101a90b44263b0f473;p=lttng-ust.git diff --git a/include/lttng/ust-tracer.h b/include/lttng/ust-tracer.h index 4b12be18..cc5f93e4 100644 --- a/include/lttng/ust-tracer.h +++ b/include/lttng/ust-tracer.h @@ -24,9 +24,9 @@ #endif #ifdef LTTNG_UST_RING_BUFFER_NATURAL_ALIGN -#define lttng_alignof(type) __alignof__(type) +#define lttng_ust_rb_alignof(type) __alignof__(type) #else -#define lttng_alignof(type) 1 +#define lttng_ust_rb_alignof(type) 1 #endif /*