summaryrefslogtreecommitdiff
path: root/lib/xray/xray_fdr_log_records.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xray/xray_fdr_log_records.h')
-rw-r--r--lib/xray/xray_fdr_log_records.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xray/xray_fdr_log_records.h b/lib/xray/xray_fdr_log_records.h
index f475e81cf..324208db8 100644
--- a/lib/xray/xray_fdr_log_records.h
+++ b/lib/xray/xray_fdr_log_records.h
@@ -31,7 +31,9 @@ struct alignas(16) MetadataRecord {
WalltimeMarker,
CustomEventMarker,
CallArgument,
+ BufferExtents,
};
+
// Use 7 bits to identify this record type.
/* RecordKinds */ uint8_t RecordKind : 7;
char Data[15];