summaryrefslogtreecommitdiffstats
path: root/trace/record/rtems/recordclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace/record/rtems/recordclient.h')
-rw-r--r--trace/record/rtems/recordclient.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/trace/record/rtems/recordclient.h b/trace/record/rtems/recordclient.h
index 2509ba5..7f21d90 100644
--- a/trace/record/rtems/recordclient.h
+++ b/trace/record/rtems/recordclient.h
@@ -106,6 +106,11 @@ typedef struct {
size_t tail_head_index;
/**
+ * @brief Count of lost items due to ring buffer overflows.
+ */
+ uint32_t overflow;
+
+ /**
* @brief If true, then hold back items for overflow or initial ramp up
* processing.
*/