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.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 {