summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/recordclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/recordclient.h')
-rw-r--r--cpukit/include/rtems/recordclient.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/include/rtems/recordclient.h b/cpukit/include/rtems/recordclient.h
index 2509ba5cc8..7f21d90a0e 100644
--- a/cpukit/include/rtems/recordclient.h
+++ b/cpukit/include/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.
*/