Namespace lttng/align.h macros
[deliverable/lttng-ust.git] / tests / ust-multi-test / ust-multi-test.c
index eb047655ac68402b89be269f4834728e1a7c6186..161cc27a9de2fe036933465be5bc12ce0592908b 100644 (file)
@@ -259,7 +259,7 @@ int consume_stream(struct lttng_ust_shm_handle *handle, int cpu, char *outfile)
                }
                read_size = lib_ring_buffer_get_read_data_size(
                        &chan->backend.config, buf, handle);
-               read_size = PAGE_ALIGN(read_size);
+               read_size = LTTNG_UST_PAGE_ALIGN(read_size);
                ptr = lib_ring_buffer_read_offset_address(
                        &buf->backend, 0, handle);
                printf("WRITE: copy %lu bytes\n", read_size);
This page took 0.024984 seconds and 5 git commands to generate.