summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/recordclient.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-08-16 07:40:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-08-16 22:54:32 +0200
commitb2c060a507712f6043d7c7f0cf7b50661f25d8c3 (patch)
tree0e67921ae768b8580c07c70bd1e004ff6c36d503 /cpukit/include/rtems/recordclient.h
parentrecord: Simplify rtems_record_client_context (diff)
downloadrtems-b2c060a507712f6043d7c7f0cf7b50661f25d8c3.tar.bz2
record: Detect also large overflows
Diffstat (limited to 'cpukit/include/rtems/recordclient.h')
-rw-r--r--cpukit/include/rtems/recordclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/recordclient.h b/cpukit/include/rtems/recordclient.h
index f1e4fc37ee..01828e4f6b 100644
--- a/cpukit/include/rtems/recordclient.h
+++ b/cpukit/include/rtems/recordclient.h
@@ -75,7 +75,7 @@ typedef struct {
} uptime;
uint32_t tail[ 2 ];
uint32_t head[ 2 ];
- size_t index;
+ size_t tail_head_index;
} rtems_record_client_per_cpu;
typedef struct rtems_record_client_context {