Namespace lttng/align.h macros
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ring-buffer-client.h
index 62d1ff82552fb8b04abc1d2ab8162bfe4c4bb9fb..3233f199a210c694a6e9c712f6198d1ce383363e 100644 (file)
@@ -474,7 +474,7 @@ static void client_buffer_end(struct lttng_ust_lib_ring_buffer *buf, uint64_t ts
        header->ctx.content_size =
                (uint64_t) data_size * CHAR_BIT;                /* in bits */
        header->ctx.packet_size =
-               (uint64_t) PAGE_ALIGN(data_size) * CHAR_BIT;    /* in bits */
+               (uint64_t) LTTNG_UST_PAGE_ALIGN(data_size) * CHAR_BIT;  /* in bits */
 
        records_lost += lib_ring_buffer_get_records_lost_full(&client_config, buf);
        records_lost += lib_ring_buffer_get_records_lost_wrap(&client_config, buf);
This page took 0.024548 seconds and 5 git commands to generate.