Remove gettid warning
[lttng-ust.git] / liblttng-ust / ltt-ring-buffer-client.h
index d64af55503994038cce8f0ffc510996bc4d483e8..f18b4ed387cdf876dffebd4ae41b7a808b57b55d 100644 (file)
@@ -24,6 +24,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"
 
@@ -43,7 +44,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.028217 seconds and 4 git commands to generate.