summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xray/xray_records.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xray/xray_records.h b/include/xray/xray_records.h
index d4b7b4c31..18cc042c6 100644
--- a/include/xray/xray_records.h
+++ b/include/xray/xray_records.h
@@ -96,7 +96,7 @@ struct alignas(32) XRayRecord {
uint32_t TId = 0;
// Use some bytes in the end of the record for buffers.
- char Buffer[4] = {};
+ char Buffer[12] = {};
} __attribute__((packed));
static_assert(sizeof(XRayRecord) == 32, "XRayRecord != 32 bytes");