X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracer.h;h=cc5f93e4f7bb31cd6ee9a08f4c874d3ac73af80b;hb=4e48b5d2debaf6c0c598489c183cc6cb2125c8a3;hp=4b12be184481cc5501622e2bbc97f2cf4a31a8c4;hpb=3d3dc207c16d90ecd80eb1e757fe8b94ff317c63;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 /*