Namespace 'lttng_alignof' to 'lttng_ust_rb_alignof'
[lttng-ust.git] / include / lttng / ust-tracer.h
index 4b12be184481cc5501622e2bbc97f2cf4a31a8c4..cc5f93e4f7bb31cd6ee9a08f4c874d3ac73af80b 100644 (file)
@@ -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
 
 /*
This page took 0.023887 seconds and 4 git commands to generate.