Namespace lttng/align.h macros
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ring-buffer-metadata-client.h
index 1ca8b580d19ba5ae3582851d9b1536642787019f..cdf48b3bdb5a3982b348ee0f3dc8a8c9e57963c7 100644 (file)
@@ -139,7 +139,7 @@ static void client_buffer_end(struct lttng_ust_lib_ring_buffer *buf, uint64_t ts
        if (!header)
                return;
        header->content_size = data_size * CHAR_BIT;            /* in bits */
-       header->packet_size = PAGE_ALIGN(data_size) * CHAR_BIT; /* in bits */
+       header->packet_size = LTTNG_UST_PAGE_ALIGN(data_size) * CHAR_BIT; /* in bits */
        /*
         * We do not care about the records lost count, because the metadata
         * channel waits and retry.
This page took 0.023486 seconds and 5 git commands to generate.