Move compat macros in 'lttng/align.h' to a private header
[lttng-ust.git] / libcounter / shm.c
index 13a9f642d15e10600b67c2317cfff5a6dd48b547..1689ad45bbf490713a36ac75776705e4531d87a6 100644 (file)
@@ -368,6 +368,6 @@ struct lttng_counter_shm_ref lttng_counter_zalloc_shm(struct lttng_counter_shm_o
 
 void lttng_counter_align_shm(struct lttng_counter_shm_object *obj, size_t align)
 {
-       size_t offset_len = offset_align(obj->allocated_len, align);
+       size_t offset_len = lttng_ust_offset_align(obj->allocated_len, align);
        obj->allocated_len += offset_len;
 }
This page took 0.023041 seconds and 4 git commands to generate.