Create libuuid/libc uuid wrapper
[lttng-ust.git] / liblttng-ust / ltt-ring-buffer-metadata-client.h
index 7e79b116fa613a672be0efaeb0a2c1987536c762..dcbaacb61c1c1d583473ed367d4396e5de72bea9 100644 (file)
@@ -16,7 +16,7 @@
 
 struct metadata_packet_header {
        uint32_t magic;                 /* 0x75D11D57 */
-       uint8_t  uuid[16];              /* Unique Universal Identifier */
+       uint8_t  uuid[LTTNG_UST_UUID_LEN]; /* Unique Universal Identifier */
        uint32_t checksum;              /* 0 if unused */
        uint32_t content_size;          /* in bits */
        uint32_t packet_size;           /* in bits */
This page took 0.023326 seconds and 4 git commands to generate.