Add event macro reset header, add kvm probe
[lttng-modules.git] / ltt-ring-buffer-client.h
index 229c06aab31fde8f7daae1b9bab283e6fb364fb2..e50c71c90b044e70cf8aa32394ac5a82027e9ef4 100644 (file)
@@ -105,11 +105,6 @@ static const struct lib_ring_buffer_config client_config = {
        .alloc = RING_BUFFER_ALLOC_PER_CPU,
        .sync = RING_BUFFER_SYNC_PER_CPU,
        .mode = RING_BUFFER_MODE_TEMPLATE,
-#ifdef RING_BUFFER_ALIGN
-       .align = RING_BUFFER_NATURAL,
-#else
-       .align = RING_BUFFER_PACKED,
-#endif
        .backend = RING_BUFFER_PAGE,
        .output = RING_BUFFER_SPLICE,
        .oops = RING_BUFFER_OOPS_CONSISTENCY,
This page took 0.023385 seconds and 4 git commands to generate.