Rename uuid.h wrapper to lttng-ust-uuid.h
[lttng-ust.git] / liblttng-ust / ltt-ring-buffer-client.h
index ce9d263ce6c7be248c534564973de1ce0ce1a5f7..cedbc31d94a819e13f9e11cea68621b99bda66f3 100644 (file)
@@ -12,6 +12,7 @@
 #include <lttng/ust-events.h>
 #include "lttng/bitfield.h"
 #include "clock.h"
+#include "lttng-ust-uuid.h"
 #include "ltt-tracer.h"
 #include "../libringbuffer/frontend_types.h"
 
@@ -31,7 +32,7 @@ struct packet_header {
                                         * Trace magic number.
                                         * contains endianness information.
                                         */
-       uint8_t uuid[16];
+       uint8_t uuid[LTTNG_UST_UUID_LEN];
        uint32_t stream_id;
 
        struct {
This page took 0.02458 seconds and 4 git commands to generate.